Move gammu-related functions into separate file. Change "check_gammu_error" function to return error state. Some configure.ac dependecies added

This commit is contained in:
2011-11-29 13:47:48 +04:00
parent 9f78ad8d03
commit 3e183be533
5 changed files with 50 additions and 33 deletions

View File

@ -2,7 +2,7 @@ INCLUDES=${gammu_CFLAGS}
yasnd_LDADD = ${libconfuse_LIBS}
yasnd_LDADD += ${gammu_LIBS}
bin_PROGRAMS = yasnd
yasnd_SOURCES = yasnd.c
yasnd_SOURCES = yasnd.c yasnd-gammu.c
distclean-local:
rm -rf aclocal.m4 autom4te.cache depcomp install-sh missing configure Makefile.in config.h* &>/dev/null