diff options
author | Havoc Pennington <hp@pobox.com> | 2001-09-05 03:57:45 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-09-05 03:57:45 +0000 |
commit | 1c6c7350e175dabf2a28b4dfda74138b2b57d661 (patch) | |
tree | 6fe7d7c6179fdc668746ecc9029bca94b7b75d4b /src/wm-tester/Makefile.am | |
parent | 2a0a5dfdf806f79bdcf8de4bf06109ef8c4eb849 (diff) | |
download | metacity-1c6c7350e175dabf2a28b4dfda74138b2b57d661.tar.gz metacity-1c6c7350e175dabf2a28b4dfda74138b2b57d661.tar.bz2 |
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
Diffstat (limited to 'src/wm-tester/Makefile.am')
-rw-r--r-- | src/wm-tester/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wm-tester/Makefile.am b/src/wm-tester/Makefile.am index 3cc8eee..e6ec267 100644 --- a/src/wm-tester/Makefile.am +++ b/src/wm-tester/Makefile.am @@ -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@
\ No newline at end of file |