[gnome-control-center] universal-access: Fix build



commit 85e20b040ff2a490c25110773e16826df59f2bb1
Author: Florian MÃllner <fmuellner gnome org>
Date:   Wed Jun 29 19:57:46 2011 +0200

    universal-access: Fix build
    
    Commit 4a8c7afbe03be broke build of the ua panel, fix this.

 panels/universal-access/Makefile.am |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/panels/universal-access/Makefile.am b/panels/universal-access/Makefile.am
index 896143d..f2d51f3 100644
--- a/panels/universal-access/Makefile.am
+++ b/panels/universal-access/Makefile.am
@@ -7,6 +7,7 @@ INCLUDES = 						\
 	-DGNOMELOCALEDIR="\"$(datadir)/locale\""	\
 	-DGNOMECC_DATA_DIR="\"$(pkgdatadir)\""		\
 	-I$(top_srcdir)/panels/common/			\
+	-I$(top_srcdir)/libgnome-control-center/	\
 	$(NULL)
 
 ccpanelsdir = $(PANELS_DIR)
@@ -17,9 +18,7 @@ libuniversal_access_la_SOURCES =		\
 	cc-ua-panel.c				\
 	cc-ua-panel.h				\
 	gconf-property-editor.h			\
-	gconf-property-editor.c			\
-	cc-marshal.c				\
-	cc-marshal.h
+	gconf-property-editor.c
 
 libuniversal_access_la_LIBADD = $(PANEL_LIBS) $(UNIVERSAL_ACCESS_PANEL_LIBS) $(top_builddir)/panels/common/libshortcuts.la
 libuniversal_access_la_LDFLAGS = $(PANEL_LDFLAGS)



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