From: <jpg...@us...> - 2008-04-04 18:52:20
|
Revision: 1393 http://iaxclient.svn.sourceforge.net/iaxclient/?rev=1393&view=rev Author: jpgrayson Date: 2008-04-04 11:52:23 -0700 (Fri, 04 Apr 2008) Log Message: ----------- Add doc directory to the distribution list. Remove bogus reference to vtestcall.vcproj. Modified Paths: -------------- trunk/Makefile.am trunk/simpleclient/vtestcall/Makefile.am Modified: trunk/Makefile.am =================================================================== --- trunk/Makefile.am 2008-04-04 18:51:03 UTC (rev 1392) +++ trunk/Makefile.am 2008-04-04 18:52:23 UTC (rev 1393) @@ -12,6 +12,8 @@ README.VisualStudio \ autogen.sh \ contrib \ + doc \ + Doxyfile \ m4 dist-hook: Modified: trunk/simpleclient/vtestcall/Makefile.am =================================================================== --- trunk/simpleclient/vtestcall/Makefile.am 2008-04-04 18:51:03 UTC (rev 1392) +++ trunk/simpleclient/vtestcall/Makefile.am 2008-04-04 18:52:23 UTC (rev 1393) @@ -4,4 +4,4 @@ AM_CPPFLAGS=-I$(top_srcdir)/lib $(SDL_CFLAGS) $(OGGZ_CFLAGS) vtestcall_LDADD=$(top_builddir)/lib/libiaxclient.la $(SDL_LIBS) $(OGGZ_LIBS) -EXTRA_DIST = vtestcall.vcproj +EXTRA_DIST = This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |