X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=Makefile.am;h=a322d5513e4e04acb56b82ce92214d6c765a6ee6;hp=11eeb2c45123b37e020e5853dd3fdab9a3b3da20;hb=278f2cbeca65df1413530d116afa84b592da517a;hpb=3196efde7b84c2711c79b8100cc9af587d3a6732 diff --git a/Makefile.am b/Makefile.am index 11eeb2c..a322d55 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,6 +43,12 @@ INSTALLATION_DEFINES = \ -DLOG_DIR="\"$(LOGdir)\"" \ -DEXTENSION_DATA="\"$(EXTENSIONdir)\"" +SUBDIRS = include + +if ENABLE_GSMHR +SUBDIRS += libgsmhr +endif + if ENABLE_MISDN MISDN_INCLUDE = -DWITH_MISDN -DWITH_CRYPT @@ -59,7 +65,7 @@ GSM_LIB = if ENABLE_GSM -#if ENABLE_GSMHR +#if ENABLE_GSMFR GSM_INCLUDE += -DWITH_GSMFR @@ -69,6 +75,16 @@ SUBDIRS += libgsmfr #endif +if ENABLE_GSMHR + +GSM_INCLUDE += -DWITH_GSMHR + +GSM_LIB += libgsmhr/libgsmhr.a + +SUBDIRS += libgsmhr + +endif + if ENABLE_GSMAMR GSM_INCLUDE += -DWITH_GSMAMR