2009-06-02 Ralf Corsépius <ralf.corsepius@rtems.org>

* Makefile.am: Fix breakage having been introduced in previous patch.
This commit is contained in:
Ralf Corsepius
2009-06-02 13:21:04 +00:00
parent 931dd976bc
commit cd94be4ec9
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2009-06-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Fix breakage having been introduced in previous patch.
2009-05-05 Jennifer Averett <jennifer.averett@OARcorp.com> 2009-05-05 Jennifer Averett <jennifer.averett@OARcorp.com>
* Makefile.am, configure.ac, preinstall.am, PCI_bus/PCI.c, * Makefile.am, configure.ac, preinstall.am, PCI_bus/PCI.c,

View File

@@ -7,6 +7,8 @@ ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am include $(top_srcdir)/../../../../automake/compile.am
include $(top_srcdir)/../../bsp.am include $(top_srcdir)/../../bsp.am
include_bspdir = $(includedir)/bsp
dist_project_lib_DATA = bsp_specs dist_project_lib_DATA = bsp_specs
include_HEADERS = include/bsp.h include_HEADERS = include/bsp.h
@@ -16,8 +18,6 @@ nodist_include_HEADERS = include/bspopts.h
nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
DISTCLEANFILES = include/bspopts.h DISTCLEANFILES = include/bspopts.h
include_bspdir = $(includedir)/bsp
include_HEADERS += ../../shared/tod.h include_HEADERS += ../../shared/tod.h
include_HEADERS += ../../shared/include/coverhd.h include/gen2.h include_HEADERS += ../../shared/include/coverhd.h include/gen2.h