universal-access: Fix build

Commit 4a8c7afbe0 broke build of the ua panel, fix this.
This commit is contained in:
Florian Müllner 2011-06-29 19:57:46 +02:00
parent 4a8c7afbe0
commit 85e20b040f

View file

@ -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)