From: <dat...@us...> - 2006-09-12 02:00:28
|
Revision: 17257 http://svn.sourceforge.net/gaim/?rev=17257&view=rev Author: datallah Date: 2006-09-11 19:00:10 -0700 (Mon, 11 Sep 2006) Log Message: ----------- Don't include config.h in the dist (I don't know if I can completely get rid of the gaiminclude_HEADERS variable in the root Makefile.am - someone more autotools savvy can do so if it is appropriate). Add missing wingaim Makefiles to the dist. Modified Paths: -------------- trunk/Makefile.am trunk/gtk/sounds/Makefile.am trunk/libgaim/protocols/Makefile.am Modified: trunk/Makefile.am =================================================================== --- trunk/Makefile.am 2006-09-11 22:57:41 UTC (rev 17256) +++ trunk/Makefile.am 2006-09-12 02:00:10 UTC (rev 17257) @@ -30,7 +30,7 @@ po/Makefile.mingw gaimincludedir=$(includedir)/gaim -gaiminclude_HEADERS = config.h +nodist_gaiminclude_HEADERS = config.h pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = gaim.pc Modified: trunk/gtk/sounds/Makefile.am =================================================================== --- trunk/gtk/sounds/Makefile.am 2006-09-11 22:57:41 UTC (rev 17256) +++ trunk/gtk/sounds/Makefile.am 2006-09-12 02:00:10 UTC (rev 17257) @@ -1,4 +1,5 @@ EXTRA_DIST = \ + Makefile.mingw \ alert.wav \ login.wav \ logout.wav \ Modified: trunk/libgaim/protocols/Makefile.am =================================================================== --- trunk/libgaim/protocols/Makefile.am 2006-09-11 22:57:41 UTC (rev 17256) +++ trunk/libgaim/protocols/Makefile.am 2006-09-12 02:00:10 UTC (rev 17257) @@ -1,3 +1,5 @@ +EXTRA_DIST = Makefile.mingw + DIST_SUBDIRS = bonjour gg irc jabber msn novell oscar qq sametime silc toc simple yahoo zephyr SUBDIRS = $(DYNAMIC_PRPLS) $(STATIC_PRPLS) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |