summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorAndreas Eversberg2010-03-11 16:27:28 +0100
committerAndreas Eversberg2010-03-11 16:27:28 +0100
commitc4fcb0668c607cb0135444274ff62572cf6111c4 (patch)
tree12bbee0747bfa9c06b517741f1317e4e02696b8a /Makefile.am
parentFixed compiler warnings when compiling with gcc 4.3.4. (diff)
downloadlcr-c4fcb0668c607cb0135444274ff62572cf6111c4.tar.gz
lcr-c4fcb0668c607cb0135444274ff62572cf6111c4.tar.xz
lcr-c4fcb0668c607cb0135444274ff62572cf6111c4.zip
Fixed includes to latest mISDNuser structures.
modified: Makefile.am modified: Makefile.in modified: README modified: bchannel.c modified: dss1.cpp modified: mISDN.cpp modified: main.h
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2125468..b56560b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -95,7 +95,7 @@ install-exec-hook:
$(INSTALL) chan_lcr.so $(astmoddir)
endif
-INCLUDES = $(all_includes) $(GSM_INCLUDE) $(SS5_INCLUDE) -Wall -I/usr/include/mISDNuser $(INSTALLATION_DEFINES)
+INCLUDES = $(all_includes) $(GSM_INCLUDE) $(SS5_INCLUDE) -Wall $(INSTALLATION_DEFINES)
lcr_SOURCES = $(GSM_SOURCE) $(SS5_SOURCE) select.c action.cpp mISDN.cpp tones.c \
action_efi.cpp crypt.cpp mail.c trace.c \