Update of /cvsroot/libexif/exif
In directory sc8-pr-cvs1:/tmp/cvs-serv14486
Modified Files:
Makefile.am
Log Message:
fixing build system
Index: Makefile.am
===================================================================
RCS file: /cvsroot/libexif/exif/Makefile.am,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Makefile.am 5 May 2003 21:13:43 -0000 1.12
+++ Makefile.am 24 Aug 2003 18:35:15 -0000 1.13
@@ -1,8 +1,6 @@
-SUBDIRS = libjpeg exif po intl
+SUBDIRS = libjpeg exif po
man_MANS = exif.1
# newer versions of automake/autoconf require this, OK?
-EXTRA_DIST = config.rpath exif.1 exif.spec
-
-ACLOCAL_AMFLAGS = -I m4
+EXTRA_DIST = exif.1 exif.spec
|