From b92300c6440e7debf489aac2ab090b9d20a28093 Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Mon, 28 Feb 2011 09:11:18 +0000 Subject: Introspection: use $(LIBTPL_HEADERS) to get the public headers --- telepathy-logger/Makefile.am | 11 +++-------- 1 file 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 -- cgit v1.2.1