Stop linking to the gnome libraries, except in the shell and in the font

Sun Oct 26 19:15:22 2008  Søren Sandmann  <sandmann@redhat.com>

	* configure.in: Stop linking to the gnome libraries, except in the
	shell and in the font viewer.


svn path=/trunk/; revision=9127
This commit is contained in:
Søren Sandmann 2008-10-26 23:15:42 +00:00 committed by Søren Sandmann Pedersen
parent 2f4279fc08
commit fab37a0965
4 changed files with 13 additions and 8 deletions

View file

@ -1,13 +1,13 @@
INCLUDES = $(GNOMECC_CAPPLETS_CFLAGS) -DDIRECTORY_DIR=\"$(directorydir)\" \
INCLUDES = $(FONT_VIEWER_CFLAGS) $(GNOMECC_CAPPLETS_CFLAGS) -DDIRECTORY_DIR=\"$(directorydir)\" \
-DGNOMELOCALEDIR=\"$(datadir)/locale\"
bin_PROGRAMS = gnome-thumbnail-font gnome-font-viewer
gnome_thumbnail_font_LDADD = $(GNOMECC_CAPPLETS_LIBS) $(FONT_CAPPLET_LIBS)
gnome_thumbnail_font_LDADD = $(GNOMECC_CAPPLETS_LIBS) $(FONT_VIEWER_LIBS)
gnome_thumbnail_font_SOURCES = ftstream-vfs.c font-thumbnailer.c
gnome_font_viewer_LDADD = $(GNOMECC_CAPPLETS_LIBS) $(FONT_CAPPLET_LIBS)
gnome_font_viewer_LDADD = $(GNOMECC_CAPPLETS_LIBS) $(FONT_VIEWER_LIBS)
gnome_font_viewer_SOURCES = ftstream-vfs.c font-view.c
schemasdir = $(GCONF_SCHEMA_FILE_DIR)