summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-01-22 19:40:04 +0000
committerHavoc Pennington <hp@src.gnome.org>2003-01-22 19:40:04 +0000
commita8526454b0e8d67ae71348a0f6f434841e73c9bf (patch)
tree04d040d149ff21d2f48c48ce8ba56c4a15cc8ee6
parentfabc5507f3ce5af4c1be919372b9e07b78fc9d4e (diff)
downloadmetacity-a8526454b0e8d67ae71348a0f6f434841e73c9bf.tar.gz
fix conditional so we get metacity-properties.c in the distribution
2003-01-22 Havoc Pennington <hp@redhat.com> * src/tools/Makefile.am: fix conditional so we get metacity-properties.c in the distribution #103071
-rw-r--r--ChangeLog5
-rw-r--r--src/tools/Makefile.am2
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a1b2f9a..9caedbd4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-01-22 Havoc Pennington <hp@redhat.com>
+
+ * src/tools/Makefile.am: fix conditional so we get
+ metacity-properties.c in the distribution #103071
+
2003-01-22 Havoc Pennington <hp@pobox.com>
* src/window.c (update_struts): be robust against the panel's
diff --git a/src/tools/Makefile.am b/src/tools/Makefile.am
index 2d486d46..8c6c272d 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