Ignore:
Timestamp:
09/29/03 10:39:05 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
dfe49b69
Parents:
8d7f47f4
Message:

2003-09-29 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Merge-in include/Makefile.am. Reflect changes to bsp.am.
  • include/Makefile.am: Remove.
  • configure.ac: Reflect changes above.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/bare/Makefile.am

    r8d7f47f4 rd1b210cd  
    77include $(top_srcdir)/../bsp.am
    88
    9 SUBDIRS = . include
     9nodist_include_HEADERS += $(top_srcdir)/../shared/include/coverhd.h
    1010
    11 EXTRA_DIST = bsp_specs build-tools do-bare-bsp-build
     11all-local: $(PREINSTALL_FILES)
    1212
    13 include $(top_srcdir)/../../../automake/subdirs.am
     13EXTRA_DIST = build-tools do-bare-bsp-build
     14
     15$(PROJECT_INCLUDE)/coverhd.h: $(top_srcdir)/../shared/include/coverhd.h
     16        $(INSTALL_DATA) $< $@
     17PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h
     18
    1419include $(top_srcdir)/../../../automake/local.am
Note: See TracChangeset for help on using the changeset viewer.