remove usage of deprecated INCLUDES variable
This commit is contained in:
parent
3cb6eda717
commit
5c63ca9358
@ -1,8 +1,6 @@
|
|||||||
INCLUDES=${gammu_CFLAGS}
|
|
||||||
|
|
||||||
lib_LTLIBRARIES = libyasnd.la
|
lib_LTLIBRARIES = libyasnd.la
|
||||||
libyasnd_la_SOURCES = libyasnd.c yasnd-gammu.c yasnd-log.c yasnd-lpt.c
|
libyasnd_la_SOURCES = libyasnd.c yasnd-gammu.c yasnd-log.c yasnd-lpt.c
|
||||||
libyasnd_la_CPPFLAGS = -I$(top_srcdir)
|
libyasnd_la_CPPFLAGS = -I$(top_srcdir) ${gammu_CFLAGS}
|
||||||
libyasnd_la_LIBADD = ${gammu_LIBS}
|
libyasnd_la_LIBADD = ${gammu_LIBS}
|
||||||
|
|
||||||
distclean-local:
|
distclean-local:
|
||||||
|
Loading…
Reference in New Issue
Block a user