2011-11-15 14:41:46 +04:00
|
|
|
INCLUDES=${gammu_CFLAGS}
|
2011-11-25 17:04:49 +04:00
|
|
|
yasnd_LDADD = ${libconfuse_LIBS}
|
2011-11-25 17:52:53 +04:00
|
|
|
yasnd_LDADD += ${gammu_LIBS}
|
2011-11-15 14:41:46 +04:00
|
|
|
bin_PROGRAMS = yasnd
|
|
|
|
yasnd_SOURCES = yasnd.c
|
|
|
|
|
|
|
|
distclean-local:
|
|
|
|
rm -rf aclocal.m4 autom4te.cache depcomp install-sh missing configure Makefile.in config.h* &>/dev/null
|