|
From: Carlo W. <li...@us...> - 2002-02-18 05:07:32
|
CVSROOT : /cvsroot/libcw
Module : src
Commit time: 2002-01-18 05:07:32 UTC
Modified files:
libcwd/include/libcw/Makefile.am libcwd/tests/Makefile.am
Log message:
Fixed 'make install' and 'make uninstall'.
---------------------- diff included ----------------------
Index: src/libcwd/include/libcw/Makefile.am
diff -u src/libcwd/include/libcw/Makefile.am:1.25 src/libcwd/include/libcw/Makefile.am:1.26
--- src/libcwd/include/libcw/Makefile.am:1.25 Wed Feb 13 06:45:50 2002
+++ src/libcwd/include/libcw/Makefile.am Sun Feb 17 21:07:22 2002
@@ -63,3 +63,7 @@
$(mkinstalldirs) $(DESTDIR)$(libcwddir)
$(INSTALL_DATA) $(EXTRA_HEADERS) $(DESTDIR)$(libcwddir)
+uninstall-local:
+ cd $(DESTDIR)$(libcwddir); rm -f $(EXTRA_HEADERS)
+ rmdir $(DESTDIR)$(libcwddir)
+
Index: src/libcwd/tests/Makefile.am
diff -u src/libcwd/tests/Makefile.am:1.20 src/libcwd/tests/Makefile.am:1.21
--- src/libcwd/tests/Makefile.am:1.20 Thu Jan 31 21:12:16 2002
+++ src/libcwd/tests/Makefile.am Sun Feb 17 21:07:22 2002
@@ -31,7 +31,7 @@
stabs_SOURCES = stabs.cc
lines_SOURCES = lines.cc
-include_HEADERS = sys.h debug.h sys.h syslog_debug.h threads_debug.h initbug_GlobalObject.h
+noinst_HEADERS = sys.h debug.h sys.h syslog_debug.h threads_debug.h initbug_GlobalObject.h
LDADD = ../libcwd.la
full_top_builddir := $(shell (cd $(top_builddir); pwd))
----------------------- End of diff -----------------------
|