Added contrib/watcom/ directory to the source tarball now that
authorDan Fandrich <dan@coneharvesters.com>
Thu, 6 Nov 2008 06:54:50 +0000 (22:54 -0800)
committerDan Fandrich <dan@coneharvesters.com>
Thu, 6 Nov 2008 06:54:50 +0000 (22:54 -0800)
Jan Patera brought it up-to-date.

ChangeLog
Makefile.am
configure.ac
contrib/.gitignore [new file with mode: 0644]
contrib/Makefile.am [new file with mode: 0644]

index f8821a1..eceabe8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
        * aolserver/*: moved to contrib/aolserver/
        * README: updated
        * po/de.po: Updated German translation by Marcus Meissner
+       * Added contrib/watcom/ directory to the source tarball now that
+         Jan Patera brought it up-to-date.
 
 2008-10-20  Jan Patera <patera@users.sourceforge.net>
 
index 1648edc..450e37b 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS = m4m po libexif test doc binary
+SUBDIRS = m4m po libexif test doc binary contrib
 
 if SHIP_BINARIES
 README_W32_XDIST = README-Win32.txt
index 0124f0a..521945d 100644 (file)
@@ -197,6 +197,7 @@ AC_CONFIG_FILES([  po/Makefile.in
   libexif.pc
   libexif-uninstalled.pc
   binary/Makefile
+  contrib/Makefile
 ])
 AC_OUTPUT
 
diff --git a/contrib/.gitignore b/contrib/.gitignore
new file mode 100644 (file)
index 0000000..282522d
--- /dev/null
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
new file mode 100644 (file)
index 0000000..89e0d9f
--- /dev/null
@@ -0,0 +1,5 @@
+# The c++ and aolserver contrib directories are out of date and are
+# are pointless to distribute in the offical source release.
+
+EXTRA_DIST = watcom/Makefile watcom/_stdint.h
+