2010-05-30 Joel Sherrill <joel.sherrilL@OARcorp.com>

* Makefile.am: Fix typo in path.
This commit is contained in:
Joel Sherrill
2010-05-30 18:02:21 +00:00
parent 42ce03520b
commit 7905137ae8
4 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2010-05-30 Joel Sherrill <joel.sherrilL@OARcorp.com>
* Makefile.am: Fix typo in path.
2010-05-29 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1537/libcpu

View File

@@ -16,7 +16,7 @@ include_libcpudir = $(includedir)/libcpu
## shared/cache
include_libcpu_HEADERS = ../shared/include/cache.h
noinst_PROGRAMS += shared/cache.rel
shared_cache_rel_SOURCES = ../shared/cache/no_cache.c shared/cache/cache_.h \
shared_cache_rel_SOURCES = ../shared/src/no_cache.c shared/cache/cache_.h \
../shared/src/cache_aligned_malloc.c \
../shared/src/cache_manager.c
shared_cache_rel_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)/shared/cache