|
From: <br...@us...> - 2007-12-03 16:24:51
|
Revision: 360
http://libirc.svn.sourceforge.net/libirc/?rev=360&view=rev
Author: brlcad
Date: 2007-12-03 08:20:13 -0800 (Mon, 03 Dec 2007)
Log Message:
-----------
generate the makefiles for botlib
Modified Paths:
--------------
trunk/libirc/configure.ac
Modified: trunk/libirc/configure.ac
===================================================================
--- trunk/libirc/configure.ac 2007-12-03 16:19:58 UTC (rev 359)
+++ trunk/libirc/configure.ac 2007-12-03 16:20:13 UTC (rev 360)
@@ -384,7 +384,7 @@
BC_CONFIGURE_STAGE([compiler], [6 of 9])
dnl include our include directory
-CPPFLAGS="$CPPFLAGS -I\$(top_srcdir)/include"
+CPPFLAGS="$CPPFLAGS -I\$(top_srcdir)/include -I\$(top_srcdir)/botlib/inc"
dnl try to use -pipe to speed up the compiles
pipe_flag="-pipe"
@@ -562,6 +562,9 @@
AC_CONFIG_FILES([
Makefile
+ botlib/Makefile
+ botlib/inc/Makefile
+ botlib/src/Makefile
examples/Makefile
examples/simpleIRCConnect/Makefile
examples/simpleIRCConnect/src/Makefile
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|