Make install now works again. (Missing and required macro defintion)
[lcr.git] / Makefile.am
index 72ac86f..0da7bb0 100644 (file)
@@ -78,7 +78,8 @@ GSM_LIB += ./layer23/src/mobile/libmobile.a \
        ./layer23/src/common/liblayer23.a \
        ./libosmocore/build-host/src/.libs/libosmocore.a \
        ./libosmocore/build-host/src/vty/.libs/libosmovty.a \
-       ./libosmocore/build-host/src/codec/.libs/libosmocodec.a
+       ./libosmocore/build-host/src/codec/.libs/libosmocodec.a \
+       ./libosmocore/build-host/src/gsm/.libs/libosmogsm.a
 
 endif
 
@@ -162,9 +163,6 @@ install-data-hook:
                echo "NOTE: routing.conf already exists, not changed." ; else \
                cp -v default/routing.conf $(CONFIGdir) ; fi
 if ENABLE_GSM
-       @if test -a $(CONFIGdir)/gsm.conf ; then \
-               echo "NOTE: gsm.conf already exists, not changed." ; else \
-               cp -v default/gsm.conf $(CONFIGdir) ; fi
        @if test -a $(CONFIGdir)/openbsc.cfg ; then \
                echo "NOTE: openbsc.cfg already exists, not changed." ; else \
                cp -v default/openbsc.cfg $(CONFIGdir) ; fi