2012-02-23 13:36:48 +04:00
|
|
|
lib_LTLIBRARIES = libyasnd.la
|
2012-03-22 17:33:11 +04:00
|
|
|
libyasnd_la_SOURCES = libyasnd.c yasnd-gammu.c yasnd-log.c yasnd-lpt.c
|
2012-03-23 14:04:39 +04:00
|
|
|
libyasnd_la_CPPFLAGS = -I$(top_srcdir) ${gammu_CFLAGS}
|
2012-11-12 12:24:58 +04:00
|
|
|
libyasnd_la_LIBADD = @GAMMU@
|
2012-02-23 13:36:48 +04:00
|
|
|
|
|
|
|
distclean-local:
|
|
|
|
rm -f Makefile.in &>/dev/null
|