10 lines
250 B
Makefile
10 lines
250 B
Makefile
INCLUDES=${gammu_CFLAGS}
|
|
|
|
lib_LTLIBRARIES = libyasnd.la
|
|
libyasnd_la_SOURCES = libyasnd.c yasnd-gammu.c yasnd-log.c yasnd-lpt.c
|
|
libyasnd_la_CPPFLAGS = -I$(top_srcdir)
|
|
libyasnd_la_LIBADD = ${gammu_LIBS}
|
|
|
|
distclean-local:
|
|
rm -f Makefile.in &>/dev/null
|