diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-30 13:10:42 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-30 13:10:42 +0200 |
commit | 18e0b8065af3b660a73af93dabb4767cbc64ec35 (patch) | |
tree | 54bb7540f6fb1db7b2ca9afe83f0690f8daffaca /libcommon | |
parent | 27a6fdf4b5295281853254cfdde8730128038dd2 (diff) |
Autotools support for SQLite
Diffstat (limited to 'libcommon')
-rw-r--r-- | libcommon/common/Makefile.am | 3 | ||||
-rw-r--r-- | libcommon/common/config.h.in | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/libcommon/common/Makefile.am b/libcommon/common/Makefile.am index f4886fe..405a2ed 100644 --- a/libcommon/common/Makefile.am +++ b/libcommon/common/Makefile.am @@ -8,5 +8,6 @@ libcommon_la_SOURCES = __path__(sources) __path__(headers) EXTRA_DIST = __file__(extra_dist) -AM_CPPFLAGS= -I'$(top_builddir)/libcommon' -I'$(top_srcdir)/libcommon' -DLIBCOMMON_DYNAMIC_LIB +AM_CPPFLAGS = -I'$(top_builddir)/libcommon' -I'$(top_srcdir)/libcommon' +AM_CPPFLAGS += -DLIBCOMMON_DYNAMIC_LIB AM_LDFLAGS = -no-undefined -rpath '$(libdir)' diff --git a/libcommon/common/config.h.in b/libcommon/common/config.h.in index ad30893..8a504a0 100644 --- a/libcommon/common/config.h.in +++ b/libcommon/common/config.h.in @@ -10,6 +10,7 @@ #define LIBCOMMON_COMMON_CONFIG_H #undef DATABASE_MYSQL +#undef DATABASE_SQLITE #undef HAVE_TR1_MEMORY #undef LIBCOMMON_STATIC_LIB |