]> granicus.if.org Git - pdns/commitdiff
hook up the devpollmplexer for solaris
authorBert Hubert <bert.hubert@netherlabs.nl>
Sun, 11 Oct 2009 08:29:43 +0000 (08:29 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Sun, 11 Oct 2009 08:29:43 +0000 (08:29 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1422 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/sysdeps-recursor/SunOS.inc

index 9de0800cd2d399932936ae2386ca4f400f2abcf8..bd5e15f1887e4a670e4480779cf03c68dd382f19 100644 (file)
@@ -5,8 +5,12 @@ endif
 LDFLAGS+=-lresolv -lsocket -lnsl
 OS_SPECIFIC_INSTALL=mkdir -p $(DESTDIR)/etc/init.d ; cp pdns-recursor.init.d $(DESTDIR)/etc/init.d/pdns-recursor
 
-OPTIONALS:=optional/portsmplexer.o
+OPTIONALS:=optional/portsmplexer.o optional/devpollmplexer.cc
        
 optional/portsmplexer.o: portsmplexer.cc
        $(CXX) $(CXXFLAGS) -c $< -o $@  ; true
 
+
+optional/devpollmplexer.o: devpollmplexer.cc
+       $(CXX) $(CXXFLAGS) -c $< -o $@  ; true
+