Split out GAMMU-related code from library into daemon.

Add proper optional support for GAMMU via build-time options.
This commit fixes #4, but some additional checks maybe needed.
This commit is contained in:
2013-09-02 22:54:14 +04:00
parent badad6874c
commit a1c83a3df2
8 changed files with 23 additions and 8 deletions

View File

@ -15,6 +15,7 @@ AM_PROG_CC_C_O
LT_INIT
# Checks for libraries.
AC_CHECK_LIB(pthread, pthread_create)
PKG_CHECK_MODULES([libconfuse], [libconfuse >= 2.0])
# Checks for header files.