~cjcurran/+junk/sound-nua-ui-tweaks-fri-16

« back to all changes in this revision

Viewing changes to soundnua/data/Makefile.am

  • Committer: Sebastien Bacher
  • Date: 2012-03-16 10:09:38 UTC
  • Revision ID: seb128@ubuntu.com-20120316100938-nt63xa0x58zfsen3
initialĀ sourceĀ import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
NULL =
 
2
 
 
3
@INTLTOOL_DESKTOP_RULE@
 
4
 
 
5
appsdir = $(datadir)/applications
 
6
apps_in_files = gnome-sound-nua-panel.desktop.in
 
7
apps_DATA = $(apps_in_files:.desktop.in=.desktop)
 
8
 
 
9
EXTRA_DIST =                                    \
 
10
        gnome-sound-nua-panel.desktop.in.in             \
 
11
        $(NULL)
 
12
 
 
13
CLEANFILES =                                    \
 
14
        gnome-sound-nua-panel.desktop           \
 
15
        $(NULL)
 
16
 
 
17
-include $(top_srcdir)/git.mk