2002-08-10 Jody Goldberg <jody@gnome.org> http://bugzilla.gnome.org/show_bug.cgi?id=83334 * eggcellrendererkeys.c : do it the easy way and just update the libegg code.
27 lines
733 B
Makefile
27 lines
733 B
Makefile
bin_PROGRAMS = gnome-keybinding-properties
|
|
|
|
gnome_keybinding_properties_LDADD = $(GNOMECC_CAPPLETS_LIBS)
|
|
gnome_keybinding_properties_SOURCES = \
|
|
gnome-keybinding-properties.c \
|
|
eggcellrendererkeys.c \
|
|
eggcellrendererkeys.h \
|
|
eggaccelerators.c \
|
|
eggaccelerators.h
|
|
|
|
@INTLTOOL_DESKTOP_RULE@
|
|
|
|
|
|
Gladedir = $(GNOMECC_GLADE_DIR)
|
|
Glade_DATA = gnome-keybinding-properties.glade
|
|
|
|
pixmapsdir = $(datadir)/pixmaps
|
|
pixmaps_DATA = keyboard-shortcut.png
|
|
|
|
desktopdir = $(GNOMECC_DESKTOP_DIR)
|
|
Desktop_in_files = keybinding.desktop.in
|
|
desktop_DATA = $(Desktop_in_files:.desktop.in=.desktop)
|
|
|
|
INCLUDES = $(GNOMECC_CAPPLETS_CFLAGS)
|
|
CLEANFILES = $(GNOMECC_CAPPLETS_CLEANFILES)
|
|
EXTRA_DIST = $(Glade_DATA) $(Desktop_in_files) $(pixmaps_DATA)
|
|
|