~andrewsomething/ubuntu/precise/compizconfig-settings-manager/first_run_warning

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2007-07-03 16:55:45 UTC
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20070703165545-wbowkolfh219e0hk
Tags: upstream-0.0+git20070703
ImportĀ upstreamĀ versionĀ 0.0+git20070703

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
## Process this file with automake to produce Makefile.in
2
2
bin_SCRIPTS=ccsm
3
3
 
4
 
DISTCLEANFILES = $(bin_SCRIPTS)
5
 
 
6
 
SUBDIRS = images misc
7
 
 
8
 
EXTRA_DIST = ccsm.in $(bin_SCRIPTS)
 
4
DISTCLEANFILES = $(bin_SCRIPTS) \
 
5
        intltool-extract        \
 
6
        intltool-merge          \
 
7
        intltool-update  
 
8
 
 
9
SUBDIRS = images misc po
 
10
 
 
11
EXTRA_DIST = ccsm.in $(bin_SCRIPTS) \
 
12
        $(desktop_DATA)         \
 
13
        intltool-extract.in     \
 
14
        intltool-merge.in       \
 
15
        intltool-update.in
9
16
 
10
17
ccsm: $(top_srcdir)/ccsm.in Makefile
11
18
        sed -e "s|@prefix\@|$(prefix)|g" $< > $@