X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=11a2beb959b72da820675d5e73ddda4d3163b210;hp=a322d5513e4e04acb56b82ce92214d6c765a6ee6;hb=a3b269f357b7e6b74d91a942f874ee041320dce7;hpb=f2f39255e1d74727a86c0e4eb4795ee703c23cbc diff --git a/Makefile.am b/Makefile.am index a322d55..11a2beb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,10 +45,6 @@ INSTALLATION_DEFINES = \ SUBDIRS = include -if ENABLE_GSMHR -SUBDIRS += libgsmhr -endif - if ENABLE_MISDN MISDN_INCLUDE = -DWITH_MISDN -DWITH_CRYPT @@ -79,7 +75,7 @@ if ENABLE_GSMHR GSM_INCLUDE += -DWITH_GSMHR -GSM_LIB += libgsmhr/libgsmhr.a +GSM_LIB += libgsmhr/libgsmhr.la SUBDIRS += libgsmhr @@ -172,7 +168,7 @@ uninstall-hook: cd '$(DESTDIR)$(astmoddir)' && rm -f chan_lcr.so endif -INCLUDES = $(all_includes) $(MISDN_INCLUDE) $(GSM_INCLUDE) $(SS5_INCLUDE) $(SIP_INCLUDE) -Wall $(INSTALLATION_DEFINES) +INCLUDES = $(all_includes) -I$(top_srcdir)/include $(MISDN_INCLUDE) $(GSM_INCLUDE) $(SS5_INCLUDE) $(SIP_INCLUDE) -Wall $(INSTALLATION_DEFINES) lcr_SOURCES = \ main.c select.c trace.c options.c tones.c alawulaw.c cause.c interface.c message.c callerid.c socket_server.c \