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

* Makefile.am: Fix preinstallation of include/coverhd.h.
This commit is contained in:
Ralf Corsepius
2003-10-23 11:34:10 +00:00
parent c3643e78de
commit 3555235606
2 changed files with 4 additions and 5 deletions

View File

@@ -1,3 +1,7 @@
2003-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Fix preinstallation of include/coverhd.h.
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in include/Makefile.am.

View File

@@ -10,17 +10,12 @@ SUBDIRS = . start startup clock console timer wrapup
include $(top_srcdir)/../../bsp.am
include_HEADERS += include/coverhd.h
nodist_include_HEADERS += $(top_srcdir)/../../shared/include/coverhd.h
all-local: $(PREINSTALL_FILES)
EXTRA_DIST = times
$(PROJECT_INCLUDE)/coverhd.h: include/coverhd.h
$(INSTALL_DATA) $< $@
PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h
$(PROJECT_INCLUDE)/coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
$(INSTALL_DATA) $< $@
PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h