summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-06-17 16:37:45 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-06-17 16:37:45 +0000
commit91d0a6d645e95755c4ae0f0a13919eeb213f6606 (patch)
tree0e641c7a510b38ef98488034a58c4bb844f8f90d /Makefile
parentf7f65478b89f314b854566f8daa8f5d54db73f57 (diff)
* Fix names of libraries: dahdi_tool builds.
* Honor --with-dahdi=custom/path git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4369 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d4b7c7c..d9c4b07 100644
--- a/Makefile
+++ b/Makefile
@@ -45,6 +45,7 @@ ROOT_PREFIX=
CONFIG_FILE=/etc/dahdi.conf
CFLAGS+=-DDAHDI_CONFIG=\"$(CONFIG_FILE)\"
+CFLAGS+=$(DAHDI_INCLUDE)
CHKCONFIG := $(wildcard /sbin/chkconfig)
UPDATE_RCD := $(wildcard /usr/sbin/update-rc.d)