[gnome-control-center] keybindings: ensure the keybindings panel is build with the correct flags



commit 1c05309906987dc02ef256fce38a0da8f95c3697
Author: Thomas Wood <thomas wood intel com>
Date:   Fri Aug 13 14:47:33 2010 +0100

    keybindings: ensure the keybindings panel is build with the correct flags
    
    Add PANEL_CFLAGS, PANEL_LIBS and PANEL_LDFLAGS to libkeybinding-properties.

 panels/keybindings/Makefile.am |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/panels/keybindings/Makefile.am b/panels/keybindings/Makefile.am
index f2dee9a..e475646 100644
--- a/panels/keybindings/Makefile.am
+++ b/panels/keybindings/Makefile.am
@@ -16,6 +16,10 @@ libkeybinding_properties_la_SOURCES =   \
 	eggaccelerators.c		\
 	eggaccelerators.h
 
+libkeybinding_properties_la_CFLAGS = $(PANEL_CFLAGS)
+libkeybinding_properties_la_LIBADD = $(PANEL_LIBS)
+libkeybinding_properties_la_LDFLAGS = $(PANEL_LDFLAGS)
+
 @INTLTOOL_DESKTOP_RULE@
 
 uidir   = $(pkgdatadir)/ui



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]