2003-08-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* fsmount/Makefile.am: Revert previous change.
This commit is contained in:
Ralf Corsepius
2003-08-14 12:25:04 +00:00
parent 9e5072c719
commit 740f41c2d7
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
2003-08-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* fsmount/Makefile.am: Revert previous change.
2003-08-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* fsmount/Makefile.am: Fix path to automake-includes.

View File

@@ -15,8 +15,8 @@ include_rtems_HEADERS = fsmount.h
OBJS = $(C_O_FILES)
include $(top_srcdir)/automake/compile.am
include $(top_srcdir)/automake/lib.am
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/lib.am
$(PROJECT_INCLUDE)/rtems:
@$(mkinstalldirs) $@
@@ -39,4 +39,4 @@ all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB)
EXTRA_DIST = README fsmount.c
include $(top_srcdir)/automake/local.am
include $(top_srcdir)/../automake/local.am