forked from Imagelibrary/rtems
2008-09-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Don't install files from shared/.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2008-09-22 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Don't install files from shared/.
|
||||
|
||||
2008-09-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* shared/include/utility.h: New file.
|
||||
|
||||
@@ -4,15 +4,13 @@
|
||||
|
||||
include_libcpudir = $(includedir)/libcpu
|
||||
|
||||
include_libcpu_HEADERS = shared/include/utility.h
|
||||
|
||||
noinst_HEADERS = shared/include/cache.h \
|
||||
shared/src/cache_aligned_malloc.c \
|
||||
shared/src/cache_manager.c
|
||||
EXTRA_DIST = shared/include/utility.h
|
||||
EXTRA_DIST += shared/include/cache.h
|
||||
EXTRA_DIST += shared/src/cache_aligned_malloc.c
|
||||
EXTRA_DIST += shared/src/cache_manager.c
|
||||
|
||||
SUBDIRS = @libcpu_cpu_subdir@
|
||||
DIST_SUBDIRS = @libcpu_cpu_subdir@
|
||||
|
||||
include $(srcdir)/preinstall.am
|
||||
include $(top_srcdir)/automake/subdirs.am
|
||||
include $(top_srcdir)/automake/local.am
|
||||
|
||||
Reference in New Issue
Block a user