~netbook-remix-team/desktop-switcher/desktop-switcher-0-4

« back to all changes in this revision

Viewing changes to data/Makefile.am

  • Committer: Neil J. Patel
  • Date: 2008-09-24 11:03:29 UTC
  • Revision ID: njpatel@gmail.com-20080924110329-bu4ha5owqasa7nqa
* Initial import & packaging fix-up

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
dist_default_DATA =  \
 
2
        classic-panel-config.xml \
 
3
        classic-mode.png \
 
4
        classic-mode.svg \
 
5
        ume-launcher.desktop \
 
6
        netbook-mode.png \
 
7
        netbook-mode.svg \
 
8
        netbook-panel-config.xml \
 
9
        ui.xml
 
10
 
 
11
defaultdir = $(pkgdatadir)
 
12
 
 
13
desktop_in_files = desktop-switcher.desktop.in
 
14
dist_desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 
15
@INTLTOOL_DESKTOP_RULE@
 
16
 
 
17
desktopdir = $(datadir)/applications
 
18
 
 
19
clean: 
 
20
        rm -f $(dist_desktop_DATA)