2001-12-08 Richard Hestilow <hestilow@ximian.com> * Partial revamp to use bonobo control instead of bug-prone custom socket; also port away from libcapplet.
20 lines
454 B
Makefile
20 lines
454 B
Makefile
bin_PROGRAMS = gnome-theme-preview
|
|
|
|
INCLUDES = \
|
|
-DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
|
|
-I$(top_srcdir) \
|
|
@CONTROL_CFLAGS@
|
|
|
|
gnome_theme_preview_SOURCES = \
|
|
control.c
|
|
|
|
gnome_theme_preview_LDADD = \
|
|
@CONTROL_LIBS@
|
|
|
|
serverdir = $(libdir)/bonobo/servers
|
|
server_in_files = GNOME_Theme_Preview.server.in
|
|
server_DATA = $(server_in_files:.server.in=.server)
|
|
|
|
@INTLTOOL_SERVER_RULE@
|
|
|
|
EXTRA_DIST = $(server_in_files) $(server_DATA)
|