summaryrefslogtreecommitdiff
path: root/src/libtracker-common/Makefile.am
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2014-02-20 00:24:00 +0100
committerCarlos Garnacho <carlosg@gnome.org>2014-02-20 13:09:01 +0100
commit488ba49bcf658a77cb73b1ad60afe2782c0cd868 (patch)
treec41127de2b9ca85d0bcfbe73fb16c64c588e32bc /src/libtracker-common/Makefile.am
parent1472c7d7de9cb523824be339ecd890acbcfc62fb (diff)
downloadtracker-488ba49bcf658a77cb73b1ad60afe2782c0cd868.tar.gz
libtracker-miner: Move TrackerStorage to libtracker-common
This is used in a variety of places (tracker-writeback, TrackerMinerFiles, and TrackerDecorator), but it doesn't make sense to have that exposed in libtracker-miner, so move to libtracker-common, where it can be used in a private manner.
Diffstat (limited to 'src/libtracker-common/Makefile.am')
-rw-r--r--src/libtracker-common/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libtracker-common/Makefile.am b/src/libtracker-common/Makefile.am
index 69b9ce128..da761f9b3 100644
--- a/src/libtracker-common/Makefile.am
+++ b/src/libtracker-common/Makefile.am
@@ -26,6 +26,7 @@ libtracker_common_la_SOURCES = \
tracker-keyfile-object.c \
tracker-log.c \
tracker-sched.c \
+ tracker-storage.c \
tracker-type-utils.c \
tracker-utils.c \
tracker-crc32.c \
@@ -44,6 +45,7 @@ noinst_HEADERS = \
tracker-keyfile-object.h \
tracker-ontologies.h \
tracker-sched.h \
+ tracker-storage.h \
tracker-type-utils.h \
tracker-utils.h \
tracker-crc32.h \