From 345e0fbc582d212f0fe580b83a16b5932640ee63 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 10 Aug 2010 12:36:42 -0400 Subject: Update refarray for new build system --- refarray/Makefile.am | 5 +++-- refarray/configure.ac | 4 ++-- refarray/trace.h | 1 + 3 files changed, 6 insertions(+), 4 deletions(-) create mode 120000 refarray/trace.h 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 diff --git a/refarray/configure.ac b/refarray/configure.ac index 55f539d..67206df 100644 --- a/refarray/configure.ac +++ b/refarray/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([ref_array], - 0.1.0, +AC_INIT([libref_array], + 0.1.1, [sssd-devel@lists.fedorahosted.org]) AC_CONFIG_SRCDIR([ref_array.c]) AC_CONFIG_AUX_DIR([build]) diff --git a/refarray/trace.h b/refarray/trace.h new file mode 120000 index 0000000..6ac9e42 --- /dev/null +++ b/refarray/trace.h @@ -0,0 +1 @@ +../collection/trace.h \ No newline at end of file -- cgit