begin to separate potentially shared code into library

This commit is contained in:
2012-02-23 13:36:48 +04:00
parent 131ea70b6a
commit 8159ff04d2
6 changed files with 24 additions and 2 deletions

View File

@ -1,8 +1,14 @@
SUBDIRS = lib
INCLUDES=${gammu_CFLAGS}
yasnd_LDADD = ${libconfuse_LIBS}
yasnd_LDADD += ${gammu_LIBS}
yasnd_LDADD += lib/libyasnd.la
sbin_PROGRAMS = yasnd
yasnd_SOURCES = yasnd.c yasnd-gammu.c yasnd-ipc.c
ACLOCAL_AMFLAGS = -I m4
distclean-local:
rm -rf aclocal.m4 autom4te.cache depcomp install-sh missing configure Makefile.in config.h* &>/dev/null
rm -rf aclocal.m4 m4 autom4te.cache depcomp install-sh missing configure Makefile.in config.h* &>/dev/null
rm -rf ltmain.sh config.guess config.sub &>/dev/null