~cjcurran/gnome-control-center/fix-profiles

« back to all changes in this revision

Viewing changes to panels/sound-nua/data/Makefile.am

  • Committer: Conor Curran
  • Date: 2012-02-02 23:14:14 UTC
  • Revision ID: conor.curran@canonical.com-20120202231414-xkpgkpevzwgdorq5
make new panel for sound redesign

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
NULL =
 
2
 
 
3
SUBDIRS =                       \
 
4
        icons                   \
 
5
        symbolic-icons          \
 
6
        sounds                  \
 
7
        $(NULL)
 
8
 
 
9
@INTLTOOL_DESKTOP_RULE@
 
10
autostartdir = $(sysconfdir)/xdg/autostart
 
11
autostart_in_files = gnome-sound-applet.desktop.in
 
12
autostart_DATA = $(autostart_in_files:.desktop.in=.desktop)
 
13
 
 
14
appsdir = $(datadir)/applications
 
15
apps_in_files = gnome-sound-panel.desktop.in
 
16
apps_DATA = $(apps_in_files:.desktop.in=.desktop)
 
17
 
 
18
EXTRA_DIST =                                    \
 
19
        $(autostart_in_files)                   \
 
20
        gnome-sound-panel.desktop.in.in         \
 
21
        $(NULL)
 
22
 
 
23
gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
 
24
 
 
25
install-data-hook: update-icon-cache
 
26
uninstall-hook: update-icon-cache
 
27
update-icon-cache:
 
28
        @-if test -z "$(DESTDIR)"; then \
 
29
                echo "Updating Gtk icon cache."; \
 
30
                $(gtk_update_icon_cache); \
 
31
        else \
 
32
                echo "*** Icon cache not updated.  After (un)install, run this:"; \
 
33
                echo "***   $(gtk_update_icon_cache)"; \
 
34
        fi
 
35
 
 
36
CLEANFILES =                                    \
 
37
        gnome-sound-panel.desktop               \
 
38
        $(NULL)
 
39
 
 
40
DISTCLEANFILES =                                \
 
41
        gnome-sound-applet.desktop              \
 
42
        $(NULL)
 
43
 
 
44
-include $(top_srcdir)/git.mk