[gaim-migrate @ 17507]

Wed, 18 Oct 2006 02:16:50 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Wed, 18 Oct 2006 02:16:50 +0000
changeset 14812
19bc309acce1
parent 14811
f89fa42f3716
child 14813
c24dda7fb69e

[gaim-migrate @ 17507]
Exclude config.h from the dist tarball. nodist_foo_HEADERS is apparently Automake 1.6+ so I did it manually instead.

Makefile.am file | annotate | diff | comparison | revisions
--- a/Makefile.am	Wed Oct 18 01:21:51 2006 +0000
+++ b/Makefile.am	Wed Oct 18 02:16:50 2006 +0000
@@ -40,6 +40,7 @@
 
 dist-hook: gaim.spec
 	cp gaim.spec $(distdir)
+	rm $(distdir)/config.h
 
 distcheck-hook: plugins/perl/common/Gaim.pm
 #	cp plugins/perl/common/Gaim.pm $(distdir)/plugins/perl/common

mercurial