summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2010-02-25 16:15:55 +0100
committerJürg Billeter <j@bitron.ch>2010-02-25 16:15:55 +0100
commitfdacc1dae9e43c16d84bdeab6296877b9eeaf47f (patch)
tree55feac459f666b51f0c6c15a26b542cc0d3ef1ee
parent91237ceee608ee13b8f45d5cac4c1d4545e6708e (diff)
downloadtracker-fdacc1dae9e43c16d84bdeab6296877b9eeaf47f.tar.gz
libtracker-common: Do not install header files of private library
-rw-r--r--src/libtracker-common/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/libtracker-common/Makefile.am b/src/libtracker-common/Makefile.am
index 1cc804e87..e716cad7f 100644
--- a/src/libtracker-common/Makefile.am
+++ b/src/libtracker-common/Makefile.am
@@ -18,7 +18,6 @@ INCLUDES = \
$(UNAC_CFLAGS)
libtracker_commondir = $(libdir)/tracker-$(TRACKER_API_VERSION)
-libtracker_commonincludedir=$(includedir)/tracker-$(TRACKER_API_VERSION)/libtracker-common/
libtracker_common_LTLIBRARIES = libtracker-common.la
if OS_WIN32
@@ -73,9 +72,7 @@ noinst_HEADERS = \
tracker-dbus.h \
tracker-ioprio.h \
tracker-log.h \
- tracker-os-dependant.h
-
-libtracker_commoninclude_HEADERS = \
+ tracker-os-dependant.h \
tracker-class.h \
tracker-config-file.h \
tracker-common.h \