~audio-recorder/audio-recorder/trunk

« back to all changes in this revision

Viewing changes to data/Makefile.am

  • Committer: Osmo Antero Maatta
  • Date: 2011-01-17 08:09:50 UTC
  • Revision ID: osmoma@gmail.com-20110117080950-4cbm2fnnsr0332jw
InitialĀ importĀ 17.jan.2011

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@INTLTOOL_SERVER_RULE@
 
2
 
 
3
# Install from data/ folder
 
4
thisdatadir = $(pkgdatadir)
 
5
thisdata_DATA = *.html \
 
6
                *.png \
 
7
                COPYING
 
8
 
 
9
# Install audio-recorder.desktop file
 
10
desktopdir = $(datadir)/applications
 
11
dist_desktop_DATA = \
 
12
    audio-recorder.desktop
 
13
 
 
14
EXTRA_DIST = $(thisdata_DATA) \
 
15
    audio-recorder.desktop
 
16
 
 
17