summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/libcsupport/ChangeLog5
-rw-r--r--cpukit/libcsupport/Makefile.am5
2 files changed, 7 insertions, 3 deletions
diff --git a/cpukit/libcsupport/ChangeLog b/cpukit/libcsupport/ChangeLog
index 0dcb0acf05..9750ff2e91 100644
--- a/cpukit/libcsupport/ChangeLog
+++ b/cpukit/libcsupport/ChangeLog
@@ -1,4 +1,9 @@
+2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Eliminate LIBNAME. Use AM_CPPFLAGS instead of
+ INCLUDES (Upcoming automake standard).
+
2002-07-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: RTEMS_TOP(../..).
diff --git a/cpukit/libcsupport/Makefile.am b/cpukit/libcsupport/Makefile.am
index 22cbad4233..24751d4ca0 100644
--- a/cpukit/libcsupport/Makefile.am
+++ b/cpukit/libcsupport/Makefile.am
@@ -87,10 +87,9 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/zilog \
## General stuff
all-local: $(PREINSTALL_FILES)
-LIBNAME = libcsupport
-LIB = ${ARCH}/${LIBNAME}.a
+LIB = ${ARCH}/libcsupport.a
-INCLUDES = -Isrc
+AM_CPPFLAGS += -Isrc
ERROR_C_FILES = src/error.c