From 7e591039af6ed0c2e121ec1be0826c0722fa5b16 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 23 Oct 2003 11:46:49 +0000 Subject: 2003-10-23 Ralf Corsepius * Makefile.am: Fix preinstallation of include/coverhd.h. --- c/src/lib/libbsp/sparc/leon/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'c/src/lib/libbsp/sparc/leon/Makefile.am') diff --git a/c/src/lib/libbsp/sparc/leon/Makefile.am b/c/src/lib/libbsp/sparc/leon/Makefile.am index b0159b6d68..18b4b9e3bb 100644 --- a/c/src/lib/libbsp/sparc/leon/Makefile.am +++ b/c/src/lib/libbsp/sparc/leon/Makefile.am @@ -12,6 +12,7 @@ SUBDIRS = . start startup gnatsupp console clock timer leon_open_eth wrapup \ include $(top_srcdir)/../../bsp.am include_HEADERS += include/leon.h +include_HEADERS += include/coverhd.h all-local: $(PREINSTALL_FILES) @@ -21,5 +22,9 @@ $(PROJECT_INCLUDE)/leon.h: include/leon.h $(INSTALL_DATA) $< $@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/leon.h +$(PROJECT_INCLUDE)/coverhd.h: include/coverhd.h + $(INSTALL_DATA) $< $@ +PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h + include $(top_srcdir)/../../../../automake/subdirs.am include $(top_srcdir)/../../../../automake/local.am -- cgit v1.2.3