Add proper optional support for GAMMU via build-time options. This commit fixes #4, but some additional checks maybe needed.
7 lines
175 B
Makefile
7 lines
175 B
Makefile
lib_LTLIBRARIES = libyasnd.la
|
|
libyasnd_la_SOURCES = libyasnd.c yasnd-log.c yasnd-lpt.c
|
|
libyasnd_la_CPPFLAGS = -I$(top_srcdir)
|
|
|
|
distclean-local:
|
|
rm -f Makefile.in &>/dev/null
|