Update Makefile.am

This commit is contained in:
Bradford Hovinen (Gdict maintainer) 2002-01-14 20:29:51 +00:00
parent a4e4c5cc88
commit 4c56d1ef3f
3 changed files with 6 additions and 5 deletions

View file

@ -2,6 +2,7 @@
* Makefile.am (bin_PROGRAMS): Renamed binary * Makefile.am (bin_PROGRAMS): Renamed binary
gnome2-default-applications-properties gnome2-default-applications-properties
(gnome2_default_applications_properties_SOURCES): Update
2002-01-04 Bradford Hovinen <hovinen@ximian.com> 2002-01-04 Bradford Hovinen <hovinen@ximian.com>

View file

@ -1,7 +1,7 @@
bin_PROGRAMS = gnome2-default-applications-properties bin_PROGRAMS = gnome2-default-applications-properties
gnome_default_applications_properties_LDADD = $(GNOMECC_CAPPLETS_LIBS) gnome2_default_applications_properties_LDADD = $(GNOMECC_CAPPLETS_LIBS)
gnome_default_applications_properties_SOURCES = \ gnome2_default_applications_properties_SOURCES = \
gnome-default-applications-properties.c gnome-default-applications-properties.c
@INTLTOOL_DESKTOP_RULE@ @INTLTOOL_DESKTOP_RULE@

View file

@ -1,7 +1,7 @@
bin_PROGRAMS = gnome-sound-properties bin_PROGRAMS = gnome2-sound-properties
gnome_sound_properties_LDADD = $(GNOMECC_CAPPLETS_LIBS) $(top_builddir)/libsounds/libsounds.a gnome2_sound_properties_LDADD = $(GNOMECC_CAPPLETS_LIBS) $(top_builddir)/libsounds/libsounds.a
gnome_sound_properties_SOURCES = sound-properties-capplet.c gnome2_sound_properties_SOURCES = sound-properties-capplet.c
@INTLTOOL_DESKTOP_RULE@ @INTLTOOL_DESKTOP_RULE@