[svn] commit: r276 - in /branches/f2f200910/src/bin: Makefile.am msgq/Makefile
BIND 10 source code commits
bind10-changes at lists.isc.org
Sat Oct 31 00:41:13 UTC 2009
Author: jelte
Date: Sat Oct 31 00:41:13 2009
New Revision: 276
Log:
also build msgq
Modified:
branches/f2f200910/src/bin/Makefile.am
branches/f2f200910/src/bin/msgq/Makefile
Modified: branches/f2f200910/src/bin/Makefile.am
==============================================================================
--- branches/f2f200910/src/bin/Makefile.am (original)
+++ branches/f2f200910/src/bin/Makefile.am Sat Oct 31 00:41:13 2009
@@ -1,1 +1,1 @@
-SUBDIRS = parkinglot host
+SUBDIRS = parkinglot host msgq
Modified: branches/f2f200910/src/bin/msgq/Makefile
==============================================================================
--- branches/f2f200910/src/bin/msgq/Makefile (original)
+++ branches/f2f200910/src/bin/msgq/Makefile Sat Oct 31 00:41:13 2009
@@ -24,6 +24,8 @@
ISC_LIBS += `isc-config.sh --libs isc`
+all: msgq
+
msgq: ${OBJS}
${CC} -o msgq ${OBJS} ${ISC_LIBS}
More information about the bind10-changes
mailing list