summaryrefslogtreecommitdiff
path: root/sysutils/hal/files/hald-netbsd/addons/Makefile.am
blob: 8434fb03347a25be2eb637428050306a119fd581 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

AM_CPPFLAGS = \
	-DPACKAGE_SYSCONF_DIR=\""$(sysconfdir)"\" \
	-DPACKAGE_DATA_DIR=\""$(datadir)"\" \
	-DPACKAGE_BIN_DIR=\""$(bindir)"\" \
	-DPACKAGE_LOCALE_DIR=\""$(localedir)"\" \
	-DPACKAGE_LOCALSTATEDIR=\""$(localstatedir)"\" \
        -I$(top_srcdir) -I$(top_srcdir)/hald -I$(top_srcdir)/libhal -I$(top_srcdir)/libhal-storage \
        @GLIB_CFLAGS@ @DBUS_CFLAGS@

if HALD_COMPILE_NETBSD
libexec_PROGRAMS  = hald-addon-storage
endif

hald_addon_storage_SOURCES = addon-storage.c ../../logger.c
hald_addon_storage_LDADD = $(top_builddir)/libhal/libhal.la