~ubuntu-branches/ubuntu/trusty/nordugrid-arc/trusty-proposed

« back to all changes in this revision

Viewing changes to src/services/echo_python/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2013-11-29 13:39:10 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20131129133910-altaxrfowczzl2ev
Tags: 4.0.0-1
4.0.0 Release (Closes: #715131) (LP: #1049798)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
pythondir = $(PYTHON_SITE_LIB)/echo_python
2
 
 
3
 
python_DATA = EchoService.py __init__.py
4
 
 
5
 
EXTRA_DIST = $(python_DATA)
 
1
exampledir = $(pkgdatadir)/examples/echo_python
 
2
example_DATA = README EchoService.py __init__.py schema/echo_python.xsd
 
3
 
 
4
EXTRA_DIST = $(example_DATA)