From: <jpg...@us...> - 2007-06-14 16:29:36
|
Revision: 1040 http://svn.sourceforge.net/iaxclient/?rev=1040&view=rev Author: jpgrayson Date: 2007-06-14 09:29:38 -0700 (Thu, 14 Jun 2007) Log Message: ----------- Add some bits to EXTRA_DIST. 'make dist' still misses a whole bunch of files, needs help. Modified Paths: -------------- trunk/Makefile.am trunk/simpleclient/Makefile.am Modified: trunk/Makefile.am =================================================================== --- trunk/Makefile.am 2007-06-14 15:32:11 UTC (rev 1039) +++ trunk/Makefile.am 2007-06-14 16:29:38 UTC (rev 1040) @@ -2,7 +2,10 @@ SUBDIRS = lib simpleclient -EXTRA_DIST = contrib +EXTRA_DIST = \ + README.VisualStudio \ + autogen.sh \ + contrib dist-hook: find $(distdir) -name ".svn" -type d -print0 | xargs -0 rm -rf Modified: trunk/simpleclient/Makefile.am =================================================================== --- trunk/simpleclient/Makefile.am 2007-06-14 15:32:11 UTC (rev 1039) +++ trunk/simpleclient/Makefile.am 2007-06-14 16:29:38 UTC (rev 1040) @@ -1,3 +1,6 @@ SUBDIRS = $(CLIENTS) -EXTRA_DIST = win32 IAXClientDotNetWrapper +EXTRA_DIST = \ + IAXClientDotNetWrapper \ + iax2slin \ + win32 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |