Committed slackware compilation patch from fflewddur@dropline.net.

2002-02-14  Richard Hestilow  <hestilow@ximian.com>

	* Committed slackware compilation patch from
	fflewddur@dropline.net.
This commit is contained in:
Richard Hestilow 2002-02-15 02:00:34 +00:00 committed by Rachel Hestilow
parent 0308dd0c59
commit ad12a43bc9
33 changed files with 15679 additions and 14393 deletions

View file

@ -1,6 +1,6 @@
bin_PROGRAMS = gnome2-sound-properties
gnome2_sound_properties_LDADD = $(GNOMECC_CAPPLETS_LIBS) $(top_builddir)/libsounds/libsounds.a
gnome2_sound_properties_LDADD = $(GNOMECC_CAPPLETS_LIBS) $(SOUND_CAPPLET_LIBS) $(top_builddir)/libsounds/libsounds.a
gnome2_sound_properties_SOURCES = sound-properties-capplet.c
@INTLTOOL_DESKTOP_RULE@
@ -18,7 +18,7 @@ desktopdir = $(GNOMECC_DESKTOP_DIR)
Desktop_in_files = sound.desktop.in
desktop_DATA = $(Desktop_in_files:.desktop.in=.desktop)
INCLUDES = $(GNOMECC_CAPPLETS_CFLAGS)
INCLUDES = $(GNOMECC_CAPPLETS_CFLAGS) $(SOUND_CAPPLET_CFLAGS)
CLEANFILES = $(GNOMECC_CAPPLETS_CLEANFILES)
EXTRA_DIST = $(Glade_DATA) $(icons_DATA) $(Desktop_in_files)