diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-14 15:14:43 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-14 15:14:43 +0200 |
commit | 43f2ced624b891192bd3ee5602f25f1b278e1d45 (patch) | |
tree | 8ac59ca1ed978d61e2ee5aedb929162855043b73 | |
parent | 9cef5b6c0753a72f45a292b435e8d3dcfbb280e0 (diff) |
Use global flags to get tidier object file names
-rw-r--r-- | odb/mysql/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/mysql/Makefile.am b/odb/mysql/Makefile.am index fddaad9..61a3ed5 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_LDFLAGS = -release __value__(interface_version) -no-undefined +AM_CPPFLAGS= -I'$(top_builddir)' -I'$(top_srcdir)' -DLIBODB_MYSQL_DYNAMIC_LIB +AM_LDFLAGS = -release __value__(interface_version) -no-undefined |