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

* fsmount/Makefile.am: Fix path to automake-includes.
This commit is contained in:
Ralf Corsepius
2003-08-14 10:20:36 +00:00
parent a46dac5daa
commit 41a530752c
2 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
2003-08-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* fsmount/Makefile.am: Fix path to automake-includes.
2003-08-13 Joel Sherrill <joel@OARcorp.com>
* fsmount/.cvsignore: New file.

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,5 +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