2002-04-10 06:08:08 +00:00
|
|
|
bin_PROGRAMS = gnome-mouse-properties
|
2000-09-12 15:25:23 +00:00
|
|
|
|
2002-04-10 06:08:08 +00:00
|
|
|
gnome_mouse_properties_LDADD = $(GNOMECC_CAPPLETS_LIBS)
|
|
|
|
gnome_mouse_properties_SOURCES = gnome-mouse-properties.c
|
2001-07-25 17:26:17 +00:00
|
|
|
|
2001-12-20 17:58:44 +00:00
|
|
|
@INTLTOOL_DESKTOP_RULE@
|
2001-07-25 17:26:17 +00:00
|
|
|
|
2001-12-16 08:23:09 +00:00
|
|
|
pixmapdir = $(GNOMECC_PIXMAPS_DIR)
|
|
|
|
pixmap_DATA = \
|
2002-02-08 07:05:04 +00:00
|
|
|
double-click-on.png \
|
|
|
|
double-click-off.png \
|
|
|
|
double-click-maybe.png \
|
|
|
|
mouse-left.png \
|
|
|
|
mouse-right.png \
|
|
|
|
mouse-cursor-normal.png \
|
|
|
|
mouse-cursor-white.png \
|
|
|
|
mouse-cursor-normal-large.png \
|
|
|
|
mouse-cursor-white-large.png
|
2001-12-20 14:11:59 +00:00
|
|
|
|
2002-02-20 05:11:10 +00:00
|
|
|
|
|
|
|
cursorfontdir = $(datadir)/gnome/cursor-fonts
|
|
|
|
cursorfont_DATA = \
|
2002-05-22 20:53:57 +00:00
|
|
|
cursor-large.pcf \
|
|
|
|
cursor-white.pcf \
|
|
|
|
cursor-large-white.pcf
|
2002-02-20 05:11:10 +00:00
|
|
|
|
2001-12-16 08:23:09 +00:00
|
|
|
Gladedir = $(GNOMECC_GLADE_DIR)
|
2002-01-08 21:24:41 +00:00
|
|
|
Glade_DATA = gnome-mouse-properties.glade
|
2001-09-28 12:30:35 +00:00
|
|
|
|
2004-11-09 17:43:47 +00:00
|
|
|
desktopdir = $(datadir)/applications
|
2003-12-16 21:38:53 +00:00
|
|
|
Desktop_in_files = gnome-settings-mouse.desktop.in
|
2002-01-15 20:45:34 +00:00
|
|
|
desktop_DATA = $(Desktop_in_files:.desktop.in=.desktop)
|
2001-12-20 18:21:12 +00:00
|
|
|
|
2001-07-17 23:36:52 +00:00
|
|
|
INCLUDES = $(GNOMECC_CAPPLETS_CFLAGS)
|
2004-11-28 08:14:05 +00:00
|
|
|
CLEANFILES = $(GNOMECC_CAPPLETS_CLEANFILES) $(Desktop_in_files) $(desktop_DATA)
|
|
|
|
EXTRA_DIST = $(Glade_DATA) $(pixmap_DATA) $(cursorfont_DATA)
|