summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-02-28 09:11:18 +0000
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-02-28 16:32:15 +0000
commitb92300c6440e7debf489aac2ab090b9d20a28093 (patch)
treecf1c09283428a38b192a89031266420754a710d1
parentbf4bc086e845056746654e91772cafd9c3704a63 (diff)
downloadtelepathy-logger-b92300c6440e7debf489aac2ab090b9d20a28093.tar.gz
Introspection: use $(LIBTPL_HEADERS) to get the public headers
-rw-r--r--telepathy-logger/Makefile.am11
1 files changed, 3 insertions, 8 deletions
diff --git a/telepathy-logger/Makefile.am b/telepathy-logger/Makefile.am
index bb2f2e4..574c426 100644
--- a/telepathy-logger/Makefile.am
+++ b/telepathy-logger/Makefile.am
@@ -51,7 +51,6 @@ libtelepathy_logger_la_SOURCES = \
conf.c \
conf-internal.h \
entity.c \
- entity.h \
entity-internal.h \
datetime.c \
datetime-internal.h \
@@ -59,11 +58,9 @@ libtelepathy_logger_la_SOURCES = \
dbus-service-internal.h \
debug-internal.h \
debug.c \
- event.c \
- event.h \
- event-internal.h \
+ event.c \
+ event-internal.h \
log-manager.c \
- log-manager.h \
log-manager-internal.h \
log-store.c \
log-store-internal.h \
@@ -80,11 +77,9 @@ libtelepathy_logger_la_SOURCES = \
text-channel.c \
text-channel-internal.h \
text-event.c \
- text-event.h \
text-event-internal.h \
util-internal.h \
util.c \
- telepathy-logger.h \
$(NULL)
nodist_libtelepathy_logger_la_SOURCES = \
@@ -106,7 +101,7 @@ check-local: check-coding-style
CLEANFILES = $(BUILT_SOURCES)
if HAVE_INTROSPECTION
-introspection_sources = $(libtelepathy_logger_la_SOURCES)
+introspection_sources = $(libtelepathy_logger_la_SOURCES) $(LIBTPL_HEADERS)
TelepathyLogger-1.0.gir: libtelepathy-logger.la
TelepathyLogger_1_0_gir_SCANNERFLAGS = --identifier-prefix=Tpl --warn-all