summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorCosimo Alfarano <cosimo.alfarano@collabora.co.uk>2010-01-07 17:16:58 +0000
committerCosimo Alfarano <cosimo.alfarano@collabora.co.uk>2010-01-07 17:16:58 +0000
commit4ed7270537dce069ee0f73d24a575043828f1622 (patch)
tree0ae78a01f432365596a5accb3356b9fbf4f239be /Makefile.am
parentbc271b0002d24871451354296007b3fe62249117 (diff)
downloadtelepathy-logger-4ed7270537dce069ee0f73d24a575043828f1622.tar.gz
Telepathy code style compliant changes (part1)
* remove tpl- prefix from file names * moved all the libtelepathy-logger lib related files into libtelepathy-logger/ directory * clean up of configure and makefiles autotool's scripts * added TplConf object for GConf configuration
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index cfcae73..c5909b2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,9 +8,7 @@ DISTCHECK_CONFIGURE_FLAGS = \
EXTRA_DIST = \
ChangeLog \
- ChangeLog.old \
README \
- CONTRIBUTORS \
autogen.sh
DISTCLEANFILES = \
@@ -28,7 +26,7 @@ distclean-local:
ChangeLog:
@echo Creating $@
@if test -d "$(srcdir)/.git"; then \
- (GIT_DIR=$(top_srcdir)/.git ./missing --run git log EMPATHY_2_27_1.. --stat) | fmt --split-only > $@.tmp \
+ (GIT_DIR=$(top_srcdir)/.git ./missing --run git log TPL_1.0.. --stat) | fmt --split-only > $@.tmp \
&& mv -f $@.tmp $@ \
|| ($(RM) $@.tmp; \
echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \