summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas James Alexander Thurman <tthurman@src.gnome.org>2009-01-21 19:40:54 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2009-01-21 19:40:54 +0000
commite6413cce03346fd5c2657184e111c80e1a2e7686 (patch)
tree92431a33d9161287420d6d81f44cc632f56a05ee
parent6bd8eaa6283a54c1f894ca917f51492fe245f368 (diff)
downloadmetacity-e6413cce03346fd5c2657184e111c80e1a2e7686.tar.gz
fix up Makefile.am a little.
* test/veracity/Makefile.am: svn path=/branches/veracity/; revision=4081
-rw-r--r--ChangeLog6
-rw-r--r--test/veracity/Makefile.am5
2 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 395ebabc..2f2514dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2009-01-21 Thomas Thurman <tthurman@gnome.org>
+ fix up Makefile.am a little.
+
+ * test/veracity/Makefile.am:
+
+2009-01-21 Thomas Thurman <tthurman@gnome.org>
+
and again
* test/Makefile.am:
diff --git a/test/veracity/Makefile.am b/test/veracity/Makefile.am
index 6ba4f0fc..2e395193 100644
--- a/test/veracity/Makefile.am
+++ b/test/veracity/Makefile.am
@@ -1,7 +1,6 @@
if BUILD_TESTS
@INTLTOOL_DESKTOP_RULE@
-dfdfdf
#INCLUDES=@METACITY_WINDOW_DEMO_CFLAGS@ @METACITY_MESSAGE_CFLAGS@ \
# -DMETACITY_ICON_DIR=\"$(pkgdatadir)/icons\" \
@@ -10,8 +9,10 @@ dfdfdf
veracity_SOURCES= \
veracity.c
+bin_PROGRAMS=veracity
+
## don't install the test suite
-#noinst_PROGRAMS=veracity
+noinst_PROGRAMS=veracity
veracity_LDADD= @METACITY_LIBS@