]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix mod_enum --srcdir build (FSBUILD-211)
authorMichael Jerris <mike@jerris.com>
Sun, 29 Nov 2009 08:20:34 +0000 (08:20 +0000)
committerMichael Jerris <mike@jerris.com>
Sun, 29 Nov 2009 08:20:34 +0000 (08:20 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15710 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_enum/Makefile

index c5409a901afbe1fe8bcd8a60f75ee41e5b4134fa..db458aea74c1f31440b5549081ab7b1ab7b074ba 100644 (file)
@@ -1,5 +1,5 @@
 BASE=../../../..
-UDNS_DIR=$(BASE)/libs/udns
+UDNS_DIR=$(MODDIR)/../../../../libs/udns
 LOCAL_CFLAGS=-I$(UDNS_DIR) -DHAVE_POLL
 LOCAL_OBJS=$(UDNS_DIR)/udns_dn.o $(UDNS_DIR)/udns_dntosp.o $(UDNS_DIR)/udns_parse.o $(UDNS_DIR)/udns_misc.o \
 $(UDNS_DIR)/udns_rr_a.o $(UDNS_DIR)/udns_rr_ptr.o $(UDNS_DIR)/udns_rr_mx.o $(UDNS_DIR)/udns_rr_txt.o $(UDNS_DIR)/udns_bl.o \