2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.am: Eliminate LIBNAME. Cosmetical cleanups.
This commit is contained in:
Ralf Corsepius
2002-07-22 06:35:08 +00:00
parent 85107726ef
commit ef73563f54
2 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Eliminate LIBNAME. Cosmetical cleanups.
2002-07-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: RTEMS_TOP(../..).

View File

@@ -15,15 +15,14 @@ $(PROJECT_INCLUDE)/rtems:
@$(mkinstalldirs) $@
include_rtems_HEADERS = \
include/rtems/bdbuf.h include/rtems/blkdev.h \
include/rtems/diskdevs.h include/rtems/ramdisk.h
include/rtems/bdbuf.h include/rtems/blkdev.h \
include/rtems/diskdevs.h include/rtems/ramdisk.h
PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
$(include_rtems_HEADERS:include/%=$(PROJECT_INCLUDE)/%)
all-local: $(PREINSTALL_FILES)
EXTRA_DIST = README
include $(top_srcdir)/../automake/subdirs.am