~kxteam/xts/xts-server-trunk

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • 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:
177
177
top_builddir = @top_builddir@
178
178
top_srcdir = @top_srcdir@
179
179
bin_SCRIPTS = xpra-wrapper \
180
 
        xts-getconfig \
181
180
        xts-getapps
182
181
 
183
182
CLEANFILES = $(bin_SCRIPTS)
184
183
EXTRA_DIST = xpra-wrapper.in \
185
 
        xts-getconfig.in \
186
184
        xts-getapps.in
187
185
 
188
186
do_substitution = sed -e 's,[@]pythondir[@],$(pythondir),g'
413
411
        $(do_substitution) < $(srcdir)/xpra-wrapper.in > xpra-wrapper
414
412
        chmod +x xpra-wrapper
415
413
 
416
 
xts-getconfig: xts-getconfig.in Makefile
417
 
        $(do_substitution) < $(srcdir)/xts-getconfig.in > xts-getconfig
418
 
        chmod +x xts-getconfig
419
 
 
420
414
xts-getapps: xts-getapps.in Makefile
421
415
        $(do_substitution) < $(srcdir)/xts-getapps.in > xts-getapps
422
416
        chmod +x xts-getapps