--- hald/bsdsunix/libprobe/Makefile.am.orig 2016-12-05 16:21:27 UTC +++ hald/bsdsunix/libprobe/Makefile.am @@ -0,0 +1,19 @@ +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.. \ + @DBUS_CFLAGS@ + +if HALD_COMPILE_BSDSUNIX +noinst_LTLIBRARIES = libhald_bsdsunix_probe.la +endif + +libhald_bsdsunix_probe_la_SOURCES = \ + hfp.c \ + hfp.h \ + hfp-cdrom.c \ + hfp-cdrom.h +libhald_bsdsunix_probe_la_LDFLAGS = $(top_builddir)/libhal/libhal.la -lcam