summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libcsupport/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-17 18:32:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-17 18:32:22 +0000
commitc8e972f57b6fb45269a3fab8034e81a54431227d (patch)
tree0eae28cb59603bfaaaf3232891344b5b8f23a637 /c/src/exec/libcsupport/Makefile.am
parent2002-05-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-c8e972f57b6fb45269a3fab8034e81a54431227d.tar.bz2
2002-05-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Relocate libcsupport from c/src/lib to c/src/exec/libcsupport. * configure.ac: Use ENV_RTEMSCPU. Reflect changed paths. * Makefile.am: Reflect changed paths. * src/Makefile.am: Reflect changed paths.
Diffstat (limited to 'c/src/exec/libcsupport/Makefile.am')
-rw-r--r--c/src/exec/libcsupport/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/c/src/exec/libcsupport/Makefile.am b/c/src/exec/libcsupport/Makefile.am
index fd44699989..d4d8283ace 100644
--- a/c/src/exec/libcsupport/Makefile.am
+++ b/c/src/exec/libcsupport/Makefile.am
@@ -2,11 +2,11 @@
## $Id$
##
-ACLOCAL_AMFLAGS = -I ../../../aclocal
+ACLOCAL_AMFLAGS = -I ../../../../aclocal
-include $(top_srcdir)/../../../automake/multilib.am
+include $(top_srcdir)/../../../../automake/multilib.am
-SUBDIRS = . libc
+SUBDIRS = . src
include_HEADERS = include/chain.h include/console.h include/clockdrv.h \
include/iosupp.h include/ringbuf.h include/rtc.h \
@@ -87,5 +87,5 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/zilog \
## General stuff
all-local: $(PREINSTALL_FILES)
-include $(top_srcdir)/../../../automake/subdirs.am
-include $(top_srcdir)/../../../automake/local.am
+include $(top_srcdir)/../../../../automake/subdirs.am
+include $(top_srcdir)/../../../../automake/local.am