gnome-control-center/capplets/theme-switcher/Makefile.am
Jonathan Blandford 724309cdfb This will switch themes. You need themes for it to compile so you
need to edit the gnome-core/capplets/Makefile.am and
gnome-core/configure.in to get this to compile.  If you do, it's
pretty cool...
1998-09-23 02:39:17 +00:00

29 lines
700 B
Makefile

INCLUDES = -I. -I$(srcdir) \
-I$(top_srcdir)/intl -I$(top_builddir)/intl \
-I$(srcdir)/../../control-center \
-DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
-I$(includedir) $(GNOME_INCLUDEDIR)
bin_PROGRAMS = theme-selector-capplet
theme_selector_capplet_SOURCES = \
da.h \
file.c \
globals.c \
lister.c \
main.c \
signals.c \
demo.c \
gui.c \
install.c
theme_selector_capplet_LDADD = ../../control-center/libcapplet.la \
$(GNOME_LIBDIR) $(ORB_LIBS) \
$(GNOMEUI_LIBS) $(INTLLIBS) \
-lImlib $(GTKXMHTML_LIBS)
EXTRA_DIST = \
theme-selector.desktop
sysdir = $(datadir)/control-center/Appearances
sys_DATA = theme-selector.desktop