9 lines
214 B
Makefile
9 lines
214 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
|
|
noinst_PROGRAMS = hal-listen
|
|
|
|
hal_listen_SOURCES = hal-listen.h hal-listen.cpp
|
|
hal_listen_LDADD = $(top_builddir)/src/libdbus-c++-1.la
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
Makefile.in
|