summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2009-08-18 13:13:35 -0400
committerJoe Marcus Clarke <marcus@FreeBSD.org>2009-08-18 13:13:35 -0400
commit47a90727d13549fa1eea34dc9d13f75784bd3fb6 (patch)
tree565d686dbc0e27a2e81b6ea3ffc156fb73f20e9a
parentf7527830532bd9269825f543cc16878b7b474f92 (diff)
add missing LDADD and CFLAGS for addon-mouse.c
The mouse addon requires Glib. Add the necessary CFLAGS and LDADD statements.
-rw-r--r--hald/freebsd/addons/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/hald/freebsd/addons/Makefile.am b/hald/freebsd/addons/Makefile.am
index d82cad06..c2a68ba0 100644
--- a/hald/freebsd/addons/Makefile.am
+++ b/hald/freebsd/addons/Makefile.am
@@ -17,6 +17,8 @@ hald_addon_storage_LDADD = \
$(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la
hald_addon_mouse_sysmouse_SOURCES = addon-mouse.c
+hald_addon_mouse_sysmouse_CFLAGS = $(AM_CPPFLAGS) @GLIB_CFLAGS@
hald_addon_mouse_sysmouse_LDADD = \
+ @GLIB_LIBS@ \
-lutil \
$(top_builddir)/hald/freebsd/libprobe/libhald_freebsd_probe.la