An afternoon lost in make distchecking. Ah well. Life goes on - Federico

This commit is contained in:
Arturo Espinosa 1998-09-23 05:29:43 +00:00
parent 724309cdfb
commit 359a24f020
5 changed files with 24 additions and 8 deletions

View file

@ -1,3 +1,14 @@
1998-09-23 Federico Mena Quintero <federico@nuclecu.unam.mx>
* configure.in:
* Makefile.am: Add the idl directory. WHY DID NO ONE ADD THIS
WHEN IT WAS CREATED?
1998-09-22 Federico Mena Quintero <federico@nuclecu.unam.mx>
* configure.in: Bumped version number to 0.30. The panting chimpanzee
is upon us.
Thu Sep 17 14:20:05 1998 John Ellis <johne@bellatlantic.net> Thu Sep 17 14:20:05 1998 John Ellis <johne@bellatlantic.net>
* configure.in, Makefile.am: Removed conditional build of gmenu since * configure.in, Makefile.am: Removed conditional build of gmenu since

View file

@ -3,16 +3,17 @@ control_center = control-center
capplets = capplets capplets = capplets
panel = panel panel = panel
applets = applets applets = applets
idl = idl
endif endif
always_built_SUBDIRS = \ always_built_SUBDIRS = \
gsm smproxy pixmaps desktop-links desktop-properties help-browser \ gsm smproxy pixmaps desktop-links desktop-properties help-browser \
gnome-terminal core-docs gmenu gnome-terminal core-docs gmenu
sometimes_built_SUBDIRS = panel applets control-center capplets sometimes_built_SUBDIRS = panel applets control-center capplets idl
SUBDIRS = intl po macros \ SUBDIRS = intl po macros \
$(always_built_SUBDIRS) $(panel) $(applets) $(control_center) $(capplets) $(always_built_SUBDIRS) $(panel) $(applets) $(control_center) $(capplets) $(idl)
#DIST_SUBDIRS = intl po macros $(always_built_SUBDIRS) \ #DIST_SUBDIRS = intl po macros $(always_built_SUBDIRS) \
# $(sometimes_built_SUBDIRS) # $(sometimes_built_SUBDIRS)

View file

@ -1,7 +1,7 @@
AC_INIT(desktop-properties) AC_INIT(desktop-properties)
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(gnome-core, 0.28) AM_INIT_AUTOMAKE(gnome-core, 0.30)
AM_MAINTAINER_MODE AM_MAINTAINER_MODE
@ -172,6 +172,7 @@ capplets/Makefile
capplets/mouse-properties/Makefile capplets/mouse-properties/Makefile
capplets/keyboard-properties/Makefile capplets/keyboard-properties/Makefile
capplets/desktop-links/Makefile capplets/desktop-links/Makefile
idl/Makefile
pixmaps/Makefile pixmaps/Makefile
gsm/Makefile gsm/Makefile
smproxy/Makefile smproxy/Makefile

View file

@ -1,3 +1,11 @@
1998-09-22 Federico Mena Quintero <federico@nuclecu.unam.mx>
* POTFILES.in: Removed references to applets/freshapp, since it
not being distributed.
Removed references to applets/gkb.
Removed references to applets/slashapp.
Removed references to gemvt.
1998-09-15 Ville Hautamäki <villeh@cs.joensuu.fi> 1998-09-15 Ville Hautamäki <villeh@cs.joensuu.fi>
* fi.po: Updated. * fi.po: Updated.

View file

@ -16,13 +16,10 @@ applets/drivemount/drivemount.c
applets/drivemount/properties.c applets/drivemount/properties.c
applets/fifteen/fifteen.c applets/fifteen/fifteen.c
applets/fish/fish.c applets/fish/fish.c
applets/freshapp/freshapp.c
applets/gen_util/clock.c applets/gen_util/clock.c
applets/gen_util/mailcheck.c applets/gen_util/mailcheck.c
applets/gen_util/main.c applets/gen_util/main.c
applets/gen_util/printer.c applets/gen_util/printer.c
applets/gkb/gkb.c
applets/gkb/properties.c
applets/icewm-pager/wmpager_applet.c applets/icewm-pager/wmpager_applet.c
applets/modemlights/modemlights.c applets/modemlights/modemlights.c
applets/modemlights/properties.c applets/modemlights/properties.c
@ -35,7 +32,6 @@ applets/multiload/properties-swap.c
applets/multiload/swapload.c applets/multiload/swapload.c
applets/netload/netload.c applets/netload/netload.c
applets/netload/properties.c applets/netload/properties.c
applets/slashapp/slashapp.c
applets/webcontrol/webcontrol.c applets/webcontrol/webcontrol.c
applets/winlist/winlist.c applets/winlist/winlist.c
capplets/mouse-properties/mouse-properties.c capplets/mouse-properties/mouse-properties.c
@ -53,7 +49,6 @@ desktop-properties/property-bell.c
desktop-properties/property-keyboard.c desktop-properties/property-keyboard.c
desktop-properties/property-mouse.c desktop-properties/property-mouse.c
desktop-properties/property-ui.c desktop-properties/property-ui.c
gemvt/getopt.c
gmenu/dialogs.c gmenu/dialogs.c
gmenu/edit.c gmenu/edit.c
gmenu/gmenu.c gmenu/gmenu.c