mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
don't install .desktop file for properties dialog if we aren't
2003-01-10 Havoc Pennington <hp@redhat.com> * src/Makefile.am (desktopfiles_DATA): don't install .desktop file for properties dialog if we aren't building/installing the properties dialog.
This commit is contained in:
parent
efb26cb769
commit
92c8ba0497
@ -1,3 +1,9 @@
|
||||
2003-01-10 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* src/Makefile.am (desktopfiles_DATA): don't install .desktop file
|
||||
for properties dialog if we aren't building/installing the
|
||||
properties dialog.
|
||||
|
||||
2003-01-10 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* NEWS: update
|
||||
|
@ -131,7 +131,10 @@ testasyncgetprop_LDADD= @METACITY_LIBS@
|
||||
|
||||
desktopfilesdir=$(datadir)/gnome/wm-properties
|
||||
desktopfiles_in_files=metacity.desktop.in
|
||||
desktopfiles_DATA = $(desktopfiles_in_files:.desktop.in=.desktop)
|
||||
desktopfiles_files=$(desktopfiles_in_files:.desktop.in=.desktop)
|
||||
if BUILD_CONFIG_DIALOG
|
||||
desktopfiles_DATA = $(desktopfiles_files)
|
||||
endif
|
||||
@INTLTOOL_DESKTOP_RULE@
|
||||
|
||||
schemadir = @GCONF_SCHEMA_FILE_DIR@
|
||||
@ -159,7 +162,7 @@ pkgconfigdir = $(libdir)/pkgconfig
|
||||
|
||||
pkgconfig_DATA = libmetacity-private.pc
|
||||
|
||||
EXTRA_DIST=$(desktopfiles_DATA) \
|
||||
EXTRA_DIST=$(desktopfiles_files) \
|
||||
$(IMAGES) $(schema_DATA) \
|
||||
update-from-egg.sh \
|
||||
$(desktopfiles_in_files) \
|
||||
|
Loading…
Reference in New Issue
Block a user