From: Moises Silva Date: Tue, 18 Jan 2011 21:10:14 +0000 (-0500) Subject: freetdm: add ftdm_call_utils.h to the installed headers X-Git-Tag: v1.2-rc1~195 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=163dd056605065b2f8221e95a75e422c0f034f05;p=thirdparty%2Ffreeswitch.git freetdm: add ftdm_call_utils.h to the installed headers --- diff --git a/libs/freetdm/Makefile.am b/libs/freetdm/Makefile.am index 2ab5c29e18..96f1c9a10f 100644 --- a/libs/freetdm/Makefile.am +++ b/libs/freetdm/Makefile.am @@ -94,6 +94,7 @@ library_include_HEADERS = \ $(SRC)/include/ftdm_declare.h \ $(SRC)/include/ftdm_threadmutex.h \ $(SRC)/include/ftdm_os.h \ + $(SRC)/include/ftdm_call_utils.h \ $(SRC)/include/ftdm_dso.h lib_LTLIBRARIES = libfreetdm.la