diff --git a/cpukit/libmisc/ChangeLog b/cpukit/libmisc/ChangeLog index 0c8a71bd69..1859242a4e 100644 --- a/cpukit/libmisc/ChangeLog +++ b/cpukit/libmisc/ChangeLog @@ -1,3 +1,7 @@ +2003-08-14 Ralf Corsepius + + * fsmount/Makefile.am: Revert previous change. + 2003-08-14 Ralf Corsepius * fsmount/Makefile.am: Fix path to automake-includes. diff --git a/cpukit/libmisc/fsmount/Makefile.am b/cpukit/libmisc/fsmount/Makefile.am index a800fb7f72..7ddac441c8 100644 --- a/cpukit/libmisc/fsmount/Makefile.am +++ b/cpukit/libmisc/fsmount/Makefile.am @@ -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