summaryrefslogtreecommitdiff
path: root/src/dummy/Makefile.am
blob: 804358af5420d57f9ed273243fba8081b07e3cc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
## Process this file with automake to produce Makefile.in

INCLUDES = \
	-I$(top_builddir)/src -I$(top_srcdir)/src		\
	-DEGG_LOG_FILE=\""$(DKP_LOG_DIR)/DeviceKit-power"\"	\
	-DEGG_VERBOSE="\"DKP_VERBOSE\""				\
	-DEGG_LOGGING="\"DKP_LOGGING\""				\
	-DEGG_CONSOLE="\"DKP_CONSOLE\""				\
	-DDKP_COMPILATION					\
	-I$(top_srcdir)/devkit-power-gobject			\
	$(DBUS_GLIB_CFLAGS)					\
	$(POLKIT_CFLAGS)					\
	$(GLIB_CFLAGS)

if BACKEND_TYPE_DUMMY
noinst_LTLIBRARIES = libdkpshared.la
endif

libdkpshared_la_SOURCES =					\
	dkp-backend.c						\
	dkp-native.c						\
	$(BUILT_SOURCES)

clean-local :
	rm -f *~