Files
pkgsrc-ng/sysutils/hal/files/hald-netbsd/probing/Makefile.am
2013-09-26 17:14:40 +02:00

21 lines
759 B
Makefile

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-probe-storage hald-probe-volume
endif
hald_probe_storage_SOURCES = probe-storage.c cdutils.c fsutils.c ../../logger.c
hald_probe_storage_LDADD = $(top_builddir)/libhal/libhal.la @GLIB_LIBS@ -lprop
hald_probe_volume_SOURCES = probe-volume.c cdutils.c fsutils.c ../../logger.c
hald_probe_volume_LDADD = $(top_builddir)/libhal/libhal.la @GLIB_LIBS@ -lprop