add cappletname variable which is used to define G_LOG_DOMAIN (fixes
2007-02-03 Jens Granseuer <jensgr@gmx.net> * capplets/about-me/Makefile.am: * capplets/background/Makefile.am: * capplets/default-applications/Makefile.am: * capplets/display/Makefile.am: * capplets/font/Makefile.am: * capplets/keybindings/Makefile.am: * capplets/keyboard/Makefile.am: * capplets/mouse/Makefile.am: * capplets/network/Makefile.am: * capplets/sound/Makefile.am: * capplets/theme-switcher/Makefile.am: * capplets/ui-properties/Makefile.am: * capplets/windows/Makefile.am: add cappletname variable which is used to define G_LOG_DOMAIN (fixes #380991) svn path=/trunk/; revision=7239
This commit is contained in:
parent
a02dd61e0b
commit
c9d0aee628
14 changed files with 56 additions and 0 deletions
17
ChangeLog
17
ChangeLog
|
@ -1,3 +1,20 @@
|
|||
2007-02-03 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
* capplets/about-me/Makefile.am:
|
||||
* capplets/background/Makefile.am:
|
||||
* capplets/default-applications/Makefile.am:
|
||||
* capplets/display/Makefile.am:
|
||||
* capplets/font/Makefile.am:
|
||||
* capplets/keybindings/Makefile.am:
|
||||
* capplets/keyboard/Makefile.am:
|
||||
* capplets/mouse/Makefile.am:
|
||||
* capplets/network/Makefile.am:
|
||||
* capplets/sound/Makefile.am:
|
||||
* capplets/theme-switcher/Makefile.am:
|
||||
* capplets/ui-properties/Makefile.am:
|
||||
* capplets/windows/Makefile.am: add cappletname variable which is
|
||||
used to define G_LOG_DOMAIN (fixes #380991)
|
||||
|
||||
2007-02-02 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
* configure.in: remove idl/Makefile.am from the list of config files
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
# This is used in GNOMECC_CAPPLETS_CFLAGS
|
||||
cappletname = about-me
|
||||
|
||||
bin_PROGRAMS = gnome-about-me
|
||||
|
||||
pixmapdir = $(pkgdatadir)/pixmaps
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
# This is used in GNOMECC_CAPPLETS_CFLAGS
|
||||
cappletname = background
|
||||
|
||||
WALLPAPER_DATADIR = $(datadir)/gnome-background-properties
|
||||
|
||||
INCLUDES = \
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
# This is used in GNOMECC_CAPPLETS_CFLAGS
|
||||
cappletname = default-applications
|
||||
|
||||
bin_PROGRAMS = gnome-default-applications-properties
|
||||
|
||||
gnome_default_applications_properties_LDADD = $(GNOMECC_CAPPLETS_LIBS)
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
# This is used in GNOMECC_CAPPLETS_CFLAGS
|
||||
cappletname = display
|
||||
|
||||
bin_PROGRAMS = gnome-display-properties
|
||||
|
||||
gnome_display_properties_LDADD = $(DISPLAY_CAPPLET_LIBS) $(top_builddir)/capplets/common/libcommon.la
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
# This is used in GNOMECC_CAPPLETS_CFLAGS
|
||||
cappletname = font
|
||||
|
||||
bin_PROGRAMS = gnome-font-properties
|
||||
|
||||
gnome_font_properties_LDADD = \
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
# This is used in GNOMECC_CAPPLETS_CFLAGS
|
||||
cappletname = keybinding
|
||||
|
||||
bin_PROGRAMS = gnome-keybinding-properties
|
||||
|
||||
gnome_keybinding_properties_LDADD = $(GNOMECC_CAPPLETS_LIBS)
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
# This is used in GNOMECC_CAPPLETS_CFLAGS
|
||||
cappletname = keyboard
|
||||
|
||||
bin_PROGRAMS = gnome-keyboard-properties
|
||||
|
||||
gnome_keyboard_properties_SOURCES = gnome-keyboard-properties.c \
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
# This is used in GNOMECC_CAPPLETS_CFLAGS
|
||||
cappletname = mouse
|
||||
|
||||
bin_PROGRAMS = gnome-mouse-properties
|
||||
|
||||
gnome_mouse_properties_LDADD = $(GNOMECC_CAPPLETS_LIBS)
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
# This is used in GNOMECC_CAPPLETS_CFLAGS
|
||||
cappletname = network
|
||||
|
||||
bin_PROGRAMS = gnome-network-preferences
|
||||
|
||||
gnome_network_preferences_SOURCES = gnome-network-preferences.c
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
# This is used in GNOMECC_CAPPLETS_CFLAGS
|
||||
cappletname = sound
|
||||
|
||||
bin_PROGRAMS = gnome-sound-properties
|
||||
|
||||
gnome_sound_properties_LDADD = \
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
# This is used in GNOMECC_CAPPLETS_CFLAGS
|
||||
cappletname = theme
|
||||
|
||||
bin_PROGRAMS = gnome-theme-manager
|
||||
|
||||
pixmapdir = $(pkgdatadir)/pixmaps
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
# This is used in GNOMECC_CAPPLETS_CFLAGS
|
||||
cappletname = ui
|
||||
|
||||
bin_PROGRAMS = gnome-ui-properties
|
||||
|
||||
gnome_ui_properties_LDADD = $(GNOMECC_CAPPLETS_LIBS)
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
# This is used in GNOMECC_CAPPLETS_CFLAGS
|
||||
cappletname = window
|
||||
|
||||
bin_PROGRAMS = gnome-window-properties
|
||||
|
||||
gnome_window_properties_LDADD = $(GNOMECC_CAPPLETS_LIBS) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue