summaryrefslogtreecommitdiff
path: root/hald/freebsd/addons/Makefile.am
blob: 25cf0df1d0d45673e4092cff35a67d50dc67db67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
AM_CPPFLAGS = \
	-DPACKAGE_SYSCONF_DIR=\""$(sysconfdir)"\" \
	-DPACKAGE_DATA_DIR=\""$(datadir)"\" \
	-DPACKAGE_BIN_DIR=\""$(bindir)"\" \
	-DPACKAGE_LOCALE_DIR=\""$(localedir)"\" \
	-DPACKAGE_LOCALSTATEDIR=\""$(localstatedir)"\" \
	-I$(top_srcdir) \
	@DBUS_CFLAGS@

if HALD_COMPILE_FREEBSD
libexec_PROGRAMS = hald-addon-storage
endif

hald_addon_storage_SOURCES = addon-storage.c
hald_addon_storage_LDADD = \
	$(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la