Browse Source

also build msgq

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/f2f200910@276 e5f2f494-b856-4b98-b285-d166d9295462
Jelte Jansen 15 years ago
parent
commit
1d24a900d1
2 changed files with 3 additions and 1 deletions
  1. 1 1
      src/bin/Makefile.am
  2. 2 0
      src/bin/msgq/Makefile

+ 1 - 1
src/bin/Makefile.am

@@ -1 +1 @@
-SUBDIRS = parkinglot host
+SUBDIRS = parkinglot host msgq

+ 2 - 0
src/bin/msgq/Makefile

@@ -24,6 +24,8 @@ CFLAGS += `isc-config.sh --cflags isc`
 
 ISC_LIBS += `isc-config.sh --libs isc`
 
+all:	msgq
+
 msgq: ${OBJS}
 	${CC} -o msgq ${OBJS} ${ISC_LIBS}