summaryrefslogtreecommitdiffstats
path: root/refarray/Makefile.am
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2010-08-10 12:36:42 -0400
committerStephen Gallagher <sgallagh@redhat.com>2010-08-13 14:33:04 -0400
commit345e0fbc582d212f0fe580b83a16b5932640ee63 (patch)
tree4102dba78c7fc377fac00fb9c7cd6447c902e77e /refarray/Makefile.am
parent5d79d8e627a8f4da584b28674e9fc7cf0bf661b0 (diff)
downloadding-libs-345e0fbc582d212f0fe580b83a16b5932640ee63.tar.gz
ding-libs-345e0fbc582d212f0fe580b83a16b5932640ee63.tar.xz
ding-libs-345e0fbc582d212f0fe580b83a16b5932640ee63.zip
Update refarray for new build system
Diffstat (limited to 'refarray/Makefile.am')
-rw-r--r--refarray/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/refarray/Makefile.am b/refarray/Makefile.am
index abda089..db72d8b 100644
--- a/refarray/Makefile.am
+++ b/refarray/Makefile.am
@@ -10,7 +10,7 @@ if HAVE_GCC
-Wcast-align -Wwrite-strings
endif
-AM_CPPFLAGS = -I$(topdir)/trace -I$(topdir)/elapi/refarray $(TRACE_LEVEL)
+AM_CPPFLAGS = $(TRACE_LEVEL)
ACLOCAL_AMFLAGS = -I m4
@@ -25,7 +25,8 @@ dist_include_HEADERS = ref_array.h
# Build library
lib_LTLIBRARIES = libref_array.la
libref_array_la_SOURCES = \
- ref_array.c
+ ref_array.c \
+ trace.h
libref_array_la_LDFLAGS = \
-version-info 1:0:0