From 85e20b040ff2a490c25110773e16826df59f2bb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 29 Jun 2011 19:57:46 +0200 Subject: [PATCH] universal-access: Fix build Commit 4a8c7afbe03be broke build of the ua panel, fix this. --- panels/universal-access/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/panels/universal-access/Makefile.am b/panels/universal-access/Makefile.am index 896143d31..f2d51f372 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)