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