2001-12-20  Bradford Hovinen  <hovinen@ximian.com>

	* schemas/Makefile.am (EXTRA_DIST): Add

	* configure.in: Removed capplets/sound/Makefile

	* capplets/*/Makefile.am: Compilation fixes
This commit is contained in:
Bradford Hovinen 2001-12-20 17:58:44 +00:00 committed by Bradford Hovinen (Gdict maintainer)
parent a41721b331
commit cb0a578f7e
34 changed files with 29263 additions and 24431 deletions

View file

@ -1,9 +1,9 @@
bin_PROGRAMS = gnome-mouse-properties
gnome_mouse_properties_LDADD = $(GNOMECC_CAPPLETS_LIBS)
gnome_mouse_properties_SOURCES = mouse-properties-capplet.c
gnome_mouse_properties_SOURCES = \
mouse-properties-capplet.c
@INTLTOOL_DESKTOP_RULE@
pixmapdir = $(GNOMECC_PIXMAPS_DIR)
pixmap_DATA = \
@ -14,14 +14,11 @@ pixmap_DATA = \
mouse-right.png
Gladedir = $(GNOMECC_GLADE_DIR)
Glade_DATA = gnome-mouse-properties.glade
Glade_DATA = mouse-properties.glade
##
## You should not need to modify anything below this line
##
@INTLTOOL_DESKTOP_RULE@
## install-data-am: install-data-local
iconsdir = $(GNOMECC_ICONS_DIR)
icons_DATA = mouse-capplet.png
INCLUDES = $(GNOMECC_CAPPLETS_CFLAGS)
CLEANFILES = $(GNOMECC_CAPPLETS_CLEANFILES)
EXTRA_DIST = $(Glade_DATA) $(icons_DATA) $(pixmap_DATA)