summaryrefslogtreecommitdiff
path: root/src/librygel-db/filelist.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 /src/librygel-db/filelist.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 'src/librygel-db/filelist.am')
-rw-r--r--src/librygel-db/filelist.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/librygel-db/filelist.am b/src/librygel-db/filelist.am
new file mode 100644
index 00000000..3feb5763
--- /dev/null
+++ b/src/librygel-db/filelist.am
@@ -0,0 +1,8 @@
+
+LIBRYGEL_DB_VAPI_SOURCE_FILES = \
+ database-cursor.vala \
+ database.vala \
+ sqlite-wrapper.vala
+
+LIBRYGEL_DB_NONVAPI_SOURCE_FILES = \
+ collate.c