Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gnome-panel
Commits
768d628a
Commit
768d628a
authored
Jan 27, 2006
by
Vincent Untz
Committed by
Vincent Untz
Jan 27, 2006
Browse files
fix distcheck
2006-01-27 Vincent Untz <vuntz@gnome.org> * Makefile.am: fix distcheck
parent
10c98297
Changes
2
Hide whitespace changes
Inline
Side-by-side
gnome-panel/ChangeLog
View file @
768d628a
2006-01-27 Vincent Untz <vuntz@gnome.org>
* Makefile.am: fix distcheck
2006-01-26 Kjartan Maraas <kmaraas@gnome.org>
* panel.c: (drop_internal_applet): Fix a compiler warning.
...
...
gnome-panel/Makefile.am
View file @
768d628a
...
...
@@ -285,8 +285,8 @@ install-data-local:
for
p
in
$(schemas_DATA)
;
do
\
GCONF_CONFIG_SOURCE
=
$(GCONF_SCHEMA_CONFIG_SOURCE)
$(GCONFTOOL)
--makefile-install-rule
$(top_builddir)
/gnome-panel/
$$
p
;
\
done
;
\
$(GCONFTOOL)
--direct
--config-source
=
$(GCONF_SCHEMA_CONFIG_SOURCE)
--load
$(
top_builddir)
/gnome-panel
/panel-default-setup.entries
;
\
$(GCONFTOOL)
--direct
--config-source
=
$(GCONF_SCHEMA_CONFIG_SOURCE)
--load
$(
top_builddir)
/gnome-panel
/panel-default-setup.entries /apps/panel
;
\
$(GCONFTOOL)
--direct
--config-source
=
$(GCONF_SCHEMA_CONFIG_SOURCE)
--load
$(
srcdir)
/panel-default-setup.entries
;
\
$(GCONFTOOL)
--direct
--config-source
=
$(GCONF_SCHEMA_CONFIG_SOURCE)
--load
$(
srcdir)
/panel-default-setup.entries /apps/panel
;
\
fi
else
install-data-local
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment