From 8f48569fee68f9ed45b34590197e0fe137f9c1c3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 6 Sep 2010 14:21:36 +0200 Subject: Cosmetic changes --- configure.ac | 4 +--- odb/tracer/Makefile.am | 2 +- 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 -- cgit v1.1