make test apps noinst

2001-09-04  Havoc Pennington  <hp@pobox.com>

	* src/wm-tester/Makefile.am (noinst_PROGRAMS): make test apps
	noinst

	* src/metacity.desktop: for the capplet

	* src/Makefile.am: add .desktop file
This commit is contained in:
Havoc Pennington
2001-09-05 03:57:45 +00:00
committed by Havoc Pennington
parent 2a0a5dfdf8
commit 1c6c7350e1
4 changed files with 22 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ wm_tester_SOURCES= \
test_gravity_SOURCES= \
test-gravity.c
bin_PROGRAMS=wm-tester test-gravity
noinst_PROGRAMS=wm-tester test-gravity
wm_tester_LDADD= @METACITY_LIBS@
test_gravity_LDADD= @METACITY_LIBS@