~kxteam/xts/xts-server-trunk

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Joshua Mark Higgins
  • Date: 2013-04-07 23:14:49 UTC
  • Revision ID: joshiggins@gmail.com-20130407231449-0b565vl9h8elldtj
Removing xts-getconfig as it is not required

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
bin_SCRIPTS = xpra-wrapper \
2
 
        xts-getconfig \
3
2
        xts-getapps
4
3
 
5
4
CLEANFILES = $(bin_SCRIPTS)
6
5
 
7
6
EXTRA_DIST = xpra-wrapper.in \
8
 
        xts-getconfig.in \
9
7
        xts-getapps.in
10
8
 
11
9
do_substitution = sed -e 's,[@]pythondir[@],$(pythondir),g'
14
12
        $(do_substitution) < $(srcdir)/xpra-wrapper.in > xpra-wrapper
15
13
        chmod +x xpra-wrapper
16
14
 
17
 
xts-getconfig: xts-getconfig.in Makefile
18
 
        $(do_substitution) < $(srcdir)/xts-getconfig.in > xts-getconfig
19
 
        chmod +x xts-getconfig
20
 
 
21
15
xts-getapps: xts-getapps.in Makefile
22
16
        $(do_substitution) < $(srcdir)/xts-getapps.in > xts-getapps
23
17
        chmod +x xts-getapps