universal-access: Fix build
Commit 4a8c7afbe0
broke build of the ua panel, fix this.
This commit is contained in:
parent
4a8c7afbe0
commit
85e20b040f
1 changed files with 2 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue