From 86c1d0890a3bbf0e34af08e6526692793a38f352 Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Fri, 17 Apr 2015 00:15:57 +0200 Subject: 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. --- common.am | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'common.am') 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 \ -- cgit v1.2.1