From f2df92314a08b4c799b1303d4691d18d15312cc9 Mon Sep 17 00:00:00 2001 From: Raja R Harinath Date: Mon, 7 Sep 1998 02:04:54 +0000 Subject: [PATCH] Remove unneeded variable. * capplets/Makefile.am (DIST_SUBDIRS): Remove unneeded variable. --- ChangeLog | 4 ++++ capplets/Makefile.am | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 43299d794..f0d874432 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1998-09-06 Raja R Harinath + + * capplets/Makefile.am (DIST_SUBDIRS): Remove unneeded variable. + 1998-09-06 Raja R Harinath * configure.in (GNOME_COMPILE_WARNINGS): New check. diff --git a/capplets/Makefile.am b/capplets/Makefile.am index 2a8043682..7a35ae418 100644 --- a/capplets/Makefile.am +++ b/capplets/Makefile.am @@ -2,5 +2,3 @@ always_built_SUBDIRS = mouse-properties desktop-links SUBDIRS = $(always_built_SUBDIRS) - -DIST_SUBDIRS = $(always_built_SUBDIRS) $(sometimes_built_SUBDIRS)