gnome-control-center/capplets/mouse/Makefile.am

28 lines
612 B
Text
Raw Normal View History

2001-12-16 08:23:09 +00:00
bin_PROGRAMS = gnome-mouse-properties
2001-12-16 08:23:09 +00:00
gnome_mouse_properties_LDADD = $(GNOMECC_CAPPLETS_LIBS)
2001-12-16 08:23:09 +00:00
gnome_mouse_properties_SOURCES = \
mouse-properties-capplet.c
2001-12-16 08:23:09 +00:00
pixmapdir = $(GNOMECC_PIXMAPS_DIR)
pixmap_DATA = \
double-click-on.png \
double-click-off.png \
double-click-maybe.png \
mouse-left.png \
mouse-right.png
2001-12-16 08:23:09 +00:00
Gladedir = $(GNOMECC_GLADE_DIR)
Glade_DATA = gnome-mouse-properties.glade
##
## You should not need to modify anything below this line
##
@INTLTOOL_DESKTOP_RULE@
## install-data-am: install-data-local
INCLUDES = $(GNOMECC_CAPPLETS_CFLAGS)
CLEANFILES = $(GNOMECC_CAPPLETS_CLEANFILES)