summaryrefslogtreecommitdiff
path: root/common.am
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2015-04-17 00:15:57 +0200
committerJens Georg <mail@jensge.org>2015-06-22 23:45:54 +0200
commit86c1d0890a3bbf0e34af08e6526692793a38f352 (patch)
tree52b0dedc98237bf2a73709643e187841004a20f6 /common.am
parent0cf8cc83c3ad90da3b30b45b9bdf2e40034d0f9e (diff)
downloadrygel-86c1d0890a3bbf0e34af08e6526692793a38f352.tar.gz
build,db,media-export: Move database stuff
Move database handling code to own library to prepare inclusion of new SQLite3 based plugins and avoid code duplication.
Diffstat (limited to 'common.am')
-rw-r--r--common.am13
1 files changed, 13 insertions, 0 deletions
diff --git a/common.am b/common.am
index 74c69942..285f06c5 100644
--- a/common.am
+++ b/common.am
@@ -47,6 +47,19 @@ RYGEL_COMMON_LIBRYGEL_CORE_CFLAGS = \
RYGEL_COMMON_LIBRYGEL_CORE_LIBS = \
$(top_builddir)/src/librygel-core/librygel-core-2.6.la
+RYGEL_COMMON_LIBRYGEL_DB_VALAFLAGS = \
+ --vapidir=$(top_srcdir)/src/librygel-db \
+ --pkg rygel-db-2.6 \
+ $(RYGEL_COMMON_LIBRYGEL_CORE_VALAFLAGS)
+
+RYGEL_COMMON_LIBRYGEL_DB_CFLAGS = \
+ $(RYGEL_COMMON_DEFINES_CFLAGS) \
+ -I$(top_builddir)/src/librygel-db \
+ -I$(top_srcdir)/src/librygel-db
+
+RYGEL_COMMON_LIBRYGEL_DB_LIBS = \
+ $(RYGEL_COMMON_LIBRYGEL_CORE_LIBS) \
+ $(top_builddir)/src/librygel-db/librygel-db-2.6.la
RYGEL_COMMON_LIBRYGEL_RENDERER_VALAFLAGS = \
--vapidir=$(top_srcdir)/src/librygel-renderer \