From a8526454b0e8d67ae71348a0f6f434841e73c9bf Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Wed, 22 Jan 2003 19:40:04 +0000 Subject: [PATCH] fix conditional so we get metacity-properties.c in the distribution 2003-01-22 Havoc Pennington * src/tools/Makefile.am: fix conditional so we get metacity-properties.c in the distribution #103071 --- ChangeLog | 5 +++++ src/tools/Makefile.am | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7a1b2f9a2..9caedbd4a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-01-22 Havoc Pennington + + * src/tools/Makefile.am: fix conditional so we get + metacity-properties.c in the distribution #103071 + 2003-01-22 Havoc Pennington * src/window.c (update_struts): be robust against the panel's diff --git a/src/tools/Makefile.am b/src/tools/Makefile.am index 2d486d462..8c6c272d3 100644 --- a/src/tools/Makefile.am +++ b/src/tools/Makefile.am @@ -21,12 +21,10 @@ metacity_mag_SOURCES= \ metacity_grayscale_SOURCES= \ metacity-grayscale.c -if BUILD_CONFIG_DIALOG metacity_properties_SOURCES= \ metacity-properties.c metacity_properties_LDFLAGS = -export-dynamic -endif uidir=$(pkgdatadir)/glade ui_DATA=metacity-properties.glade