diff options
author | Havoc Pennington <hp@pobox.com> | 2001-10-15 04:14:58 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-10-15 04:14:58 +0000 |
commit | 1c1f4d7c938b9226310f405db4b589f56ce171c2 (patch) | |
tree | 207505bfd42cfed987979a23bb2957be841989c1 /src/tools/Makefile.am | |
parent | a29c93a95a94a3da8f03d727e5b77848ae673292 (diff) | |
download | metacity-1c1f4d7c938b9226310f405db4b589f56ce171c2.tar.gz metacity-1c1f4d7c938b9226310f405db4b589f56ce171c2.tar.bz2 |
add a restart feature, for debugging
2001-10-15 Havoc Pennington <hp@pobox.com>
* src/main.c (meta_restart): add a restart feature, for debugging
* src/tools/metacity-restart.c: little utility program to trigger
the restart
Diffstat (limited to 'src/tools/Makefile.am')
-rw-r--r-- | src/tools/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/tools/Makefile.am b/src/tools/Makefile.am new file mode 100644 index 0000000..0db4a69 --- /dev/null +++ b/src/tools/Makefile.am @@ -0,0 +1,9 @@ + +INCLUDES=@METACITY_RESTART_CFLAGS@ + +metacity_restart_SOURCES= \ + metacity-restart.c + +bin_PROGRAMS=metacity-restart + +metacity_restart_LDADD= @METACITY_RESTART_LIBS@ |