From 8b006a771c8577cb21e6a57e73b54aa1ffa92beb Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 22 Jul 2002 06:35:17 +0000 Subject: 2002-07-22 Ralf Corsepius * Makefile.am: Eliminate LIBNAME. Use AM_CPPFLAGS instead of INCLUDES (Upcoming automake standard). --- cpukit/libcsupport/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'cpukit/libcsupport/Makefile.am') 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 -- cgit v1.2.3