implement IPC messaging with queue loop

This commit is contained in:
2011-12-14 17:52:13 +04:00
parent 1338bd660b
commit 16d950f98d
4 changed files with 131 additions and 17 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-gammu.c
yasnd_SOURCES = yasnd.c yasnd-gammu.c yasnd-ipc.c
distclean-local:
rm -rf aclocal.m4 autom4te.cache depcomp install-sh missing configure Makefile.in config.h* &>/dev/null