diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-06 14:23:42 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-06 14:23:42 +0200 |
commit | 13e6d9e15ba78b4721b7b3e7737600cd4b34e7f2 (patch) | |
tree | 44a04b760fb3d55175e113474a04aa590520bb0e | |
parent | 5737a46a761a6af5d47b2ae68e264d30836adb9a (diff) |
Cosmetic changes
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | odb/mysql/Makefile.am | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 484a443..a98b562 100644 --- a/configure.ac +++ b/configure.ac @@ -64,7 +64,5 @@ DISABLE_RPATH # Output. # AC_CONFIG_HEADERS([odb/mysql/config.h odb/mysql/details/config.h]) -AC_CONFIG_FILES([ - __path__(config_files) -]) +AC_CONFIG_FILES([__path__(config_files)]) AC_OUTPUT diff --git a/odb/mysql/Makefile.am b/odb/mysql/Makefile.am index 25059a9..fddaad9 100644 --- a/odb/mysql/Makefile.am +++ b/odb/mysql/Makefile.am @@ -12,5 +12,5 @@ nobase_nodist_odbmysqlinclude_HEADERS = details/config.h EXTRA_DIST = __file__(extra_dist) -libodb_mysql_la_CPPFLAGS= -I$(top_builddir) -I$(top_srcdir) -DLIBODB_MYSQL_DYNAMIC_LIB +libodb_mysql_la_CPPFLAGS= -I'$(top_builddir)' -I'$(top_srcdir)' -DLIBODB_MYSQL_DYNAMIC_LIB libodb_mysql_la_LDFLAGS = -release __value__(interface_version) -no-undefined |