aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-06 14:20:37 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-06 14:20:37 +0200
commitc8075cc99884dada485fb6c06bfc9a040b77a339 (patch)
tree6d58ea3e2d1269869c080fd8e750be0a42ca28e0
parent15cd227d73b492b4992d9cea6d26015449f59c93 (diff)
Cosmetic changes
-rw-r--r--configure.ac4
-rw-r--r--odb/Makefile.am2
2 files changed, 2 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index fe1d59d..c1e7cfa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,7 +51,5 @@ DISABLE_RPATH
# Output.
#
AC_CONFIG_HEADERS([odb/config.h odb/details/config.h])
-AC_CONFIG_FILES([
- __path__(config_files)
-])
+AC_CONFIG_FILES([__path__(config_files)])
AC_OUTPUT
diff --git a/odb/Makefile.am b/odb/Makefile.am
index afdf450..9922a37 100644
--- a/odb/Makefile.am
+++ b/odb/Makefile.am
@@ -22,5 +22,5 @@ libodb_la_SOURCES += __path__(win32_sources) __path__(win32_dll_sources)
nobase_odbinclude_HEADERS += __path__(win32_headers)
endif
-libodb_la_CPPFLAGS= -I$(top_builddir) -I$(top_srcdir) -DLIBODB_DYNAMIC_LIB
+libodb_la_CPPFLAGS= -I'$(top_builddir)' -I'$(top_srcdir)' -DLIBODB_DYNAMIC_LIB
libodb_la_LDFLAGS = -release __value__(interface_version) -no-undefined