2006-01-09 Rodrigo Moya <rodrigo@novell.com> Fixes #326141 * drwright.c (popup_preferences_cb): * egg-spawn.[ch]: * Makefile.am: kill egg_spawn_* functions, use gdk_spawn_* instead.
29 lines
710 B
Makefile
29 lines
710 B
Makefile
INCLUDES = \
|
|
@GNOME_CFLAGS@ \
|
|
-DGNOMELOCALEDIR="\"$(datadir)/locale\"" \
|
|
-DIMAGEDIR=\"$(GNOMECC_PIXMAPS_DIR)\"
|
|
|
|
bin_PROGRAMS = gnome-typing-monitor
|
|
|
|
gnome_typing_monitor_SOURCES = \
|
|
main.c \
|
|
drwright.c \
|
|
drwright.h \
|
|
drw-break-window.c \
|
|
drw-break-window.h \
|
|
drw-monitor.c \
|
|
drw-monitor.h \
|
|
drw-utils.c \
|
|
drw-utils.h \
|
|
drw-selection.c \
|
|
drw-selection.h \
|
|
eggtrayicon.c \
|
|
eggtrayicon.h
|
|
|
|
gnome_typing_monitor_LDADD = @GNOME_LIBS@ @SCREENSAVER_LIBS@
|
|
gnome_typing_monitor_LDFLAGS = -export-dynamic
|
|
|
|
imagedir = $(GNOMECC_PIXMAPS_DIR)
|
|
image_DATA = stop.png bar.png bar-red.png bar-green.png bar-disabled.png ocean-stripes.png
|
|
|
|
EXTRA_DIST = $(image_DATA)
|