]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-3110 --comment-only phase 1 to replace udns with ldns in mod_enum may need to...
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 24 Mar 2011 21:27:00 +0000 (16:27 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 24 Mar 2011 21:27:08 +0000 (16:27 -0500)
bootstrap.sh
configure.in

index 2dd76c409cc253319f2d823a271ec8f77b122ebb..0dd37b925fd7c5d9fec6a0d5635fa1d6dc17b25f 100755 (executable)
@@ -15,7 +15,7 @@ done
 
 BASEDIR=`pwd`;
 LIBDIR=${BASEDIR}/libs;
-SUBDIRS="ilbc curl iksemel js js/nsprpub libdingaling libedit libsndfile pcre sofia-sip \
+SUBDIRS="ilbc curl iksemel js js/nsprpub libdingaling libedit libsndfile pcre sofia-sip ldns \
         speex sqlite srtp openzap freetdm spandsp libg722_1 portaudio unimrcp tiff-3.8.2 broadvoice silk libcodec2";
 
 if [ ! -f modules.conf ]; then 
index cb5319c1523e72d7d25034968f7237743e2730f3..492093c1be6ddc892636b39ff0e15c5840455eae 100644 (file)
@@ -1024,6 +1024,7 @@ AC_CONFIG_SUBDIRS([libs/broadvoice])
 AC_CONFIG_SUBDIRS([libs/libg722_1])
 AC_CONFIG_SUBDIRS([libs/silk])
 AC_CONFIG_SUBDIRS([libs/libcodec2])
+AC_CONFIG_SUBDIRS([libs/ldns])
 
 case $host in
    *-openbsd*)