summaryrefslogtreecommitdiffstats
path: root/c/src/lib/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-08-08 05:34:35 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-08-08 05:34:35 +0000
commit539e266e2e7bd3db58a20f9352e637dd239801ab (patch)
treed169a8ea99f322a12eaa33f064f1b9d1ffbe093b /c/src/lib/Makefile.am
parent2003-08-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-539e266e2e7bd3db58a20f9352e637dd239801ab.tar.bz2
2003-08-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* lib/Makefile.am: New (Required by 'make dist'). * lib/ChangeLog: Remove. * lib/.cvsignore: Cleanup. * configure.ac: Reflect having added lib/Makefile.am.
Diffstat (limited to 'c/src/lib/Makefile.am')
-rw-r--r--c/src/lib/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/c/src/lib/Makefile.am b/c/src/lib/Makefile.am
new file mode 100644
index 0000000000..752a892581
--- /dev/null
+++ b/c/src/lib/Makefile.am
@@ -0,0 +1,8 @@
+##
+## $Id$
+##
+
+SUBDIRS = libcpu libbsp
+
+include $(top_srcdir)/../../automake/subdirs.am
+include $(top_srcdir)/../../automake/local.am