Browse Source

* Fixed $Id in all Makefile.am files.

tags/v0.99.beta14
Sam Hocevar sam 21 years ago
parent
commit
337e22d1b7
7 changed files with 7 additions and 7 deletions
  1. +1
    -1
      Makefile.am
  2. +1
    -1
      autotools/Makefile.am
  3. +1
    -1
      debian/Makefile.am
  4. +1
    -1
      doc/Makefile.am
  5. +1
    -1
      examples/Makefile.am
  6. +1
    -1
      src/Makefile.am
  7. +1
    -1
      test/Makefile.am

+ 1
- 1
Makefile.am View File

@@ -1,4 +1,4 @@
# $Id: foo$
# $Id$


SUBDIRS = src examples test doc SUBDIRS = src examples test doc
DIST_SUBDIRS = $(SUBDIRS) autotools debian DIST_SUBDIRS = $(SUBDIRS) autotools debian


+ 1
- 1
autotools/Makefile.am View File

@@ -1 +1 @@
# $Id: foo$
# $Id$

+ 1
- 1
debian/Makefile.am View File

@@ -1,3 +1,3 @@
# $Id: foo$
# $Id$


EXTRA_DIST = changelog compat control copyright rules EXTRA_DIST = changelog compat control copyright rules

+ 1
- 1
doc/Makefile.am View File

@@ -1,4 +1,4 @@
# $Id: foo$
# $Id$


EXTRA_DIST = doxygen.cfg.in footer.html header.html $(man_MANS) EXTRA_DIST = doxygen.cfg.in footer.html header.html $(man_MANS)




+ 1
- 1
examples/Makefile.am View File

@@ -1,4 +1,4 @@
# $Id: foo$
# $Id$


pkgdata_DATA = caca.txt pkgdata_DATA = caca.txt




+ 1
- 1
src/Makefile.am View File

@@ -1,4 +1,4 @@
# $Id: foo$
# $Id$


include_HEADERS = caca.h include_HEADERS = caca.h




+ 1
- 1
test/Makefile.am View File

@@ -1,4 +1,4 @@
# $Id: foo$
# $Id$


noinst_PROGRAMS = dithering event hsv optipal spritedit noinst_PROGRAMS = dithering event hsv optipal spritedit




Loading…
Cancel
Save