]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Remove ptlib include in mod_h323
authorTravis Cross <tc@traviscross.com>
Wed, 19 Mar 2014 01:22:38 +0000 (01:22 +0000)
committerTravis Cross <tc@traviscross.com>
Wed, 19 Mar 2014 01:32:03 +0000 (01:32 +0000)
This doesn't seem needed, and the empty include was breaking the
build.

src/mod/endpoints/mod_h323/Makefile.am

index 054a80365882663e457fded0bb8a2eb8980b7e32..f9d92a6c036537510afff33dbf2ffe935e5bc863 100644 (file)
@@ -1,12 +1,10 @@
 include $(top_srcdir)/build/modmake.rulesam
 MODNAME=mod_h323
 
-PTLIBDIR = `/usr/bin/ptlib-config --ptlibdir`
-
 mod_LTLIBRARIES = mod_h323.la
 mod_h323_la_SOURCES  = mod_h323.cpp
 mod_h323_la_CFLAGS   = $(AM_CFLAGS) -fno-exceptions
-mod_h323_la_CPPFLAGS = $(AM_CPPFLAGS) -I$(PTLIBDIR) -I/usr/include/openh323  -I. -DPTRACING=1 -D_REENTRANT
+mod_h323_la_CPPFLAGS = $(AM_CPPFLAGS) -I/usr/include/openh323  -I. -DPTRACING=1 -D_REENTRANT
 mod_h323_la_CPPFLAGS += -DPTRACING=1 -D_REENTRANT
 mod_h323_la_LIBADD   = $(switch_builddir)/libfreeswitch.la
 mod_h323_la_LDFLAGS  = -avoid-version -module -no-undefined -shared -L/usr/lib -lopenh323 -lpt -lrt