aboutsummaryrefslogtreecommitdiffstats
path: root/libfsoframework/configure.ac
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2012-07-25 21:29:54 +0200
committerSimon Busch <morphis@gravedo.de>2012-07-25 21:29:54 +0200
commite7fc34f764d7453de359a8cc30909c1c1a427971 (patch)
treec5e9e9e47fa7f6037357653cb0a696964e8d1522 /libfsoframework/configure.ac
parent9bf0d350fe9d7d1358442d3af57115fd0ddfdad2 (diff)
downloadcornucopia-e7fc34f764d7453de359a8cc30909c1c1a427971.tar.gz
cornucopia-e7fc34f764d7453de359a8cc30909c1c1a427971.tar.bz2
cornucopia-e7fc34f764d7453de359a8cc30909c1c1a427971.zip
libfsoframework: integrate sources + tests from libgsm0710mux
Diffstat (limited to 'libfsoframework/configure.ac')
-rw-r--r--libfsoframework/configure.ac6
1 files changed, 4 insertions, 2 deletions
diff --git a/libfsoframework/configure.ac b/libfsoframework/configure.ac
index e8687d48..4c39d784 100644
--- a/libfsoframework/configure.ac
+++ b/libfsoframework/configure.ac
@@ -72,7 +72,7 @@ GLIB_REQUIRED=2.26.0
GEE_REQUIRED=0.5.0
FSO_REQUIRED=0.11.0
LIBNL_REQUIRED=3.2
-GSM_REQUIRED=1.2.0
+GSM0710_REQUIRED=1.2.0
FSO_GLIB_REQUIRED=2012.06.06.01
PKG_CHECK_MODULES(GLIB,
@@ -96,7 +96,7 @@ AC_SUBST(LIBNL_CFLAGS)
AC_SUBST(LIBNL_LIBS)
PKG_CHECK_MODULES(GSM0710,
- gsm0710-1.0 >= $GSM_REQUIRED)
+ gsm0710-1.0 >= $GSM0710_REQUIRED)
AC_SUBST(GSM0710_CFLAGS)
AC_SUBST(GSM0710_LIBS)
@@ -167,6 +167,8 @@ AC_CONFIG_FILES([
fsobasics/Makefile
fsotransport/fsotransport-2.0.pc
fsotransport/Makefile
+ gsm0710mux/gsm0710mux-1.0.pc
+ gsm0710mux/Makefile
fsoresource/fsoresource-2.0.pc
fsoresource/Makefile
fsoframework/fsoframework-2.0.pc