summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-11 13:24:40 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-11 13:24:42 +0200
commit0f563d500a73db4a601a1f09f374d68645bf0d9b (patch)
tree6dfc2c0ab299c51e1477dc0ce10b48c8b286b012
parent3ccec9d9f74600a40705dabc39ba0bedc31cd198 (diff)
downloadtelepathy-logger-0f563d500a73db4a601a1f09f374d68645bf0d9b.tar.gz
move to nodist_libtelepathy_logger_la_SOURCES
That way it's not checked by the coding style scripts and generated files are not shipped in the tarball.
-rw-r--r--telepathy-logger/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/telepathy-logger/Makefile.am b/telepathy-logger/Makefile.am
index 3a5f445..efcafc2 100644
--- a/telepathy-logger/Makefile.am
+++ b/telepathy-logger/Makefile.am
@@ -72,9 +72,11 @@ libtelepathy_logger_la_SOURCES = \
observer-internal.h \
util-internal.h \
util.c \
- $(BUILT_SOURCES)
$(NULL)
+nodist_libtelepathy_logger_la_SOURCES = \
+ $(BUILT_SOURCES)
+
EXTRA_DIST = \
tpl-marshal.list \
$(NULL)