2003-10-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.am: Correct path to mvme16x_hw.h.
This commit is contained in:
Ralf Corsepius
2003-10-01 07:15:47 +00:00
parent 15ee26fc3c
commit 91c7246f66
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2003-10-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Correct path to mvme16x_hw.h.
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in include/Makefile.am.

View File

@@ -22,7 +22,7 @@ include_HEADERS += include/coverhd.h
include_HEADERS += include/page_table.h
include_HEADERS += include/tod.h
nodist_include_HEADERS += $(top_srcdir)/../shared/mvme/include/mvme16x_hw.h
nodist_include_HEADERS += $(top_srcdir)/../shared/mvme/mvme16x_hw.h
all-local: $(PREINSTALL_FILES)
@@ -41,7 +41,7 @@ $(PROJECT_INCLUDE)/tod.h: include/tod.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/tod.h
$(PROJECT_INCLUDE)/mvme16x_hw.h: \
$(top_srcdir)/../shared/mvme/include/mvme16x_hw.h
$(top_srcdir)/../shared/mvme/mvme16x_hw.h
$(INSTALL_DATA) $< $@
PREINSTALL_FILES += $(PROJECT_INCLUDE)/mvme16x_hw.h