INCLUDES = -I. -I$(srcdir) \ -I$(top_srcdir)/intl -I$(top_builddir)/intl \ -I$(srcdir)/../../libcapplet \ -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_LDFLAGS = ../../libcapplet/libcapplet.la `imlib-config --libs` theme_selector_capplet_LDADD = ../../libcapplet/libcapplet.la \ $(GNOME_LIBS) $(ORBIT_LIBS) \ $(GNOMEUI_LIBS) $(INTLLIBS) \ -lImlib $(GNOME_LIBDIR) EXTRA_DIST = \ theme-selector.desktop sysdir = $(datadir)/control-center/Desktop sys_DATA = theme-selector.desktop install-data-local: $(INSTALL_DATA) $(srcdir)/theme-selector.desktop $(DESTDIR)$(datadir)/gnome/apps/Settings/Desktop/theme-selector.desktop