keyboard: consolidate multiple INCLUDES definitions into one
This commit is contained in:
parent
8a9c632975
commit
465d0bb7d9
1 changed files with 1 additions and 7 deletions
|
@ -4,12 +4,12 @@ cappletname = keyboard
|
|||
INCLUDES = \
|
||||
$(PANEL_CFLAGS) \
|
||||
$(GNOMECC_CAPPLETS_CFLAGS) \
|
||||
$(LIBGNOMEKBDUI_CFLAGS) \
|
||||
-DGNOMELOCALEDIR="\"$(datadir)/locale\"" \
|
||||
-DGNOMECC_DATA_DIR="\"$(pkgdatadir)\"" \
|
||||
-DGNOMECC_UI_DIR="\"$(uidir)\""
|
||||
$(NULL)
|
||||
|
||||
|
||||
ccpanelsdir = $(PANELS_DIR)
|
||||
ccpanels_LTLIBRARIES = libkeyboard-properties.la
|
||||
|
||||
|
@ -45,12 +45,6 @@ desktopdir = $(datadir)/applications
|
|||
Desktop_in_files = keyboard.desktop.in
|
||||
desktop_DATA = $(Desktop_in_files:.desktop.in=.desktop)
|
||||
|
||||
INCLUDES = \
|
||||
$(GNOMECC_CAPPLETS_CFLAGS) \
|
||||
$(LIBGNOMEKBDUI_CFLAGS) \
|
||||
-DGNOMELOCALEDIR="\"$(datadir)/locale\"" \
|
||||
-DGNOMECC_DATA_DIR="\"$(pkgdatadir)\"" \
|
||||
-DGNOMECC_UI_DIR="\"$(uidir)\""
|
||||
CLEANFILES = $(GNOMECC_CAPPLETS_CLEANFILES) $(Desktop_in_files) $(desktop_DATA)
|
||||
EXTRA_DIST = $(ui_DATA)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue