aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-06 14:21:36 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-06 14:21:36 +0200
commit8f48569fee68f9ed45b34590197e0fe137f9c1c3 (patch)
tree2952730a3b394493d402f4ef8bea10819167dea2
parenta4d81bc76de5972d8cbdd14cc17e5baa6fe23ad6 (diff)
Cosmetic changes
-rw-r--r--configure.ac4
-rw-r--r--odb/tracer/Makefile.am2
2 files changed, 2 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 63a881a..84af77b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -48,7 +48,5 @@ DISABLE_RPATH
# Output.
#
AC_CONFIG_HEADERS([odb/tracer/config.h odb/tracer/details/config.h])
-AC_CONFIG_FILES([
- __path__(config_files)
-])
+AC_CONFIG_FILES([__path__(config_files)])
AC_OUTPUT
diff --git a/odb/tracer/Makefile.am b/odb/tracer/Makefile.am
index 09c4244..886be71 100644
--- a/odb/tracer/Makefile.am
+++ b/odb/tracer/Makefile.am
@@ -12,5 +12,5 @@ nobase_nodist_odbtracerinclude_HEADERS = details/config.h
EXTRA_DIST = __file__(extra_dist)
-libodb_tracer_la_CPPFLAGS= -I$(top_builddir) -I$(top_srcdir) -DLIBODB_TRACER_DYNAMIC_LIB
+libodb_tracer_la_CPPFLAGS= -I'$(top_builddir)' -I'$(top_srcdir)' -DLIBODB_TRACER_DYNAMIC_LIB
libodb_tracer_la_LDFLAGS = -release __value__(interface_version) -no-undefined