diff options
author | Marco Barisione <marco@barisione.org> | 2012-03-16 16:14:15 +0000 |
---|---|---|
committer | Marco Barisione <marco@barisione.org> | 2012-03-22 17:51:32 +0000 |
commit | a69250eac91ac827ff90cf8a03d6540b68a5d001 (patch) | |
tree | 428e51a4e2830df9a55f10d38cba14f6d227af06 /src | |
parent | 21ec409017f58d1ff863cc8c26d42108931ecabb (diff) |
There is no need to include non-compiled files in EXTRA_DIST
Automake makes sure that all the source files, even if they are not
being compiled at the moment, will be distributed when doing make dist.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 3257b659c..74d7f5d15 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -194,14 +194,6 @@ libgabble_convenience_la_SOURCES += \ ft-manager.h \ gtalk-file-collection.h \ gtalk-file-collection.c -else -EXTRA_DIST += \ - ft-channel.c \ - ft-channel.h \ - ft-manager.c \ - ft-manager.h \ - gtalk-file-collection.h \ - gtalk-file-collection.c endif enumtype_sources = \ |