]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix mod_cdr build.
authorMichael Jerris <mike@jerris.com>
Sun, 1 Apr 2007 22:18:53 +0000 (22:18 +0000)
committerMichael Jerris <mike@jerris.com>
Sun, 1 Apr 2007 22:18:53 +0000 (22:18 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4827 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/include/switch_types.h
src/mod/event_handlers/mod_cdr/Makefile.am

index 5b317454289ffb6aedc9ba1a35a4feb8330c891e..bbfb3e421888811eab542fdce63540f124647b29 100644 (file)
@@ -221,8 +221,6 @@ SWITCH_DECLARE_DATA extern switch_directories SWITCH_GLOBAL_dirs;
 #define SWITCH_RECOMMENDED_BUFFER_SIZE 3968
 #define SWITCH_MAX_CODECS 30
 #define SWITCH_MAX_STATE_HANDLERS 30
-#define SWITCH_TRUE 1
-#define SWITCH_FALSE 0
 #define SWITCH_CORE_QUEUE_LEN 100000
 #define SWITCH_MAX_MANAGEMENT_BUFFER_LEN 1024 * 8
 
index 007db69f3357a32b2e999d675927939cc52d63c5..d2277e2e676c6fcb56b39cf6da2fd26b42e2d36a 100644 (file)
@@ -1,3 +1,6 @@
+AM_CFLAGS   = $(SWITCH_AM_CFLAGS)
+AM_CPPFLAGS = $(SWITCH_AM_CXXFLAGS)
+AM_LDFLAGS  = $(SWITCH_AM_LDFLAGS)
 #we should set all these vars from configure, no reason to have these in each Makefile.am
 LIBTOOL = echo "`link=\`echo $@|grep .la;echo $@|grep .so;echo $@|grep .dll\`;if test -n "$$link"; then echo Creating $@;fi`";`if test -z "$(VERBOSE)" ; \
 then echo $(SHELL) $(switch_builddir)/quiet_libtool ;else echo $(SHELL) $(switch_builddir)/libtool;  fi`