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:
@ -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
|
||||
|
Reference in New Issue
Block a user