diff options
Diffstat (limited to 'collection/Makefile.am')
-rw-r--r-- | collection/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/collection/Makefile.am b/collection/Makefile.am index 4e90aed..1d9e98c 100644 --- a/collection/Makefile.am +++ b/collection/Makefile.am @@ -12,7 +12,7 @@ if HAVE_GCC -Wcast-align -Wwrite-strings endif -AM_CPPFLAGS = -I$(topdir) -I$(topdir)/trace $(TRACE_LEVEL) +AM_CPPFLAGS = $(TRACE_LEVEL) ACLOCAL_AMFLAGS = -I m4 @@ -39,7 +39,7 @@ libcollection_la_SOURCES = \ collection_cmp.c \ collection_iter.c \ collection_priv.h \ - ../trace/trace.h + trace.h libcollection_la_LDFLAGS = \ -version-info 2:0:0 |