diff options
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | 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 |