mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
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:
parent
2a0a5dfdf8
commit
1c6c7350e1
@ -1,3 +1,12 @@
|
||||
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
|
||||
|
||||
2001-09-01 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* src/errors.c: clean up the code, and replace GDK X error handler
|
||||
|
@ -49,3 +49,9 @@ metacity_SOURCES= \
|
||||
bin_PROGRAMS=metacity
|
||||
|
||||
metacity_LDADD= @METACITY_LIBS@
|
||||
|
||||
desktopfilesdir=$(datadir)/gnome/wm-properties
|
||||
desktopfiles_DATA=metacity.desktop
|
||||
|
||||
EXTRA_DIST=$(desktopfiles_DATA)
|
||||
|
||||
|
6
src/metacity.desktop
Normal file
6
src/metacity.desktop
Normal file
@ -0,0 +1,6 @@
|
||||
[Desktop Entry]
|
||||
Name=Metacity
|
||||
Exec=metacity
|
||||
|
||||
[Window Manager]
|
||||
SessionManaged=true
|
@ -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@
|
Loading…
Reference in New Issue
Block a user