From: <br...@us...> - 2007-12-03 16:19:43
|
Revision: 358 http://libirc.svn.sourceforge.net/libirc/?rev=358&view=rev Author: brlcad Date: 2007-12-03 08:19:39 -0800 (Mon, 03 Dec 2007) Log Message: ----------- have to traverse botlib before src Modified Paths: -------------- trunk/libirc/Makefile.am Modified: trunk/libirc/Makefile.am =================================================================== --- trunk/libirc/Makefile.am 2007-12-03 16:19:21 UTC (rev 357) +++ trunk/libirc/Makefile.am 2007-12-03 16:19:39 UTC (rev 358) @@ -14,8 +14,8 @@ include \ m4 \ misc \ - src \ botlib \ + src \ $(EXAMPLES) DIST_SUBDIRS = \ @@ -112,6 +112,4 @@ libtool \ so_locations -MAINTAINERCLEANFILES = Makefile.in - include $(top_srcdir)/misc/Makefile.defs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |