|
From: Carlo W. <li...@us...> - 2002-01-08 22:22:52
|
CVSROOT : /cvsroot/libcw
Module : src
Commit time: 2002-00-08 19:16:48 UTC
Modified files:
libcwd/Makefile.am libcwd/maintMakefile.in
Log message:
That didn't work with automake 1.4. Hope this DOES work.
---------------------- diff included ----------------------
Index: src/libcwd/Makefile.am
diff -u src/libcwd/Makefile.am:1.38 src/libcwd/Makefile.am:1.39
--- src/libcwd/Makefile.am:1.38 Tue Jan 8 10:40:51 2002
+++ src/libcwd/Makefile.am Tue Jan 8 11:16:37 2002
@@ -4,7 +4,7 @@
SUBDIRS = include utils . tests testsuite
-BUILT_SOURCES =@MAINTAINER_MODE_TRUE@ libcwd.lsm libcwd.spec example-project/debug.h
+BUILT_SOURCES =@MAINTAINER_MODE_TRUE@ libcwd.lsm libcwd.spec example-project_debug.h
EXTRA_DIST = LICENSE.QPL README.FreeBSD README.openbsd nodebug.h $(BUILT_SOURCES)
DISTCLEANFILES = libcwd-@VERSION@.tar.gz
Index: src/libcwd/maintMakefile.in
diff -u src/libcwd/maintMakefile.in:1.16 src/libcwd/maintMakefile.in:1.17
--- src/libcwd/maintMakefile.in:1.16 Sat Jan 5 07:06:47 2002
+++ src/libcwd/maintMakefile.in Tue Jan 8 11:16:37 2002
@@ -150,3 +150,6 @@
documentation: example-project/debug.h
$(MAKE) -C documentation
+
+example-project_debug.h: example-project/debug.h
+
----------------------- End of diff -----------------------
|