diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-07-30 12:27:29 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-07-30 12:27:29 +0100 |
commit | 29973329fbb90300770289dd59f1faa0e170ac6b (patch) | |
tree | 430a7ce7eb9d895df0f8ede55c94aca866e4d7ec /Makefile.am | |
parent | f46ca1d9d87993ba55d097ff7a919e6c685b9ec2 (diff) | |
download | pykolab-29973329fbb90300770289dd59f1faa0e170ac6b.tar.gz |
Correct Makefile.am (tests/* not shipped, kolabtest.py in install)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 18666ed..9f0b02f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,6 +32,8 @@ EXTRA_DIST = \ pykolab.spec.in \ pylint.log \ $(wildcard tests/*.py) \ + $(wildcard tests/*/*.py) \ + $(wildcard tests/*/*/*.py) \ $(PYTHON_FILES) SUBDIRS = \ @@ -55,7 +57,6 @@ pylint: conf.py \ kolabd.py \ kolab.py \ - kolabtest.py \ saslauthd.py \ setup-kolab.py \ wallace.py \ @@ -197,7 +198,6 @@ endif $(INSTALL) -p -m 755 kolabd.py $(DESTDIR)/$(sbindir)/kolabd $(INSTALL) -p -m 755 saslauthd.py $(DESTDIR)/$(sbindir)/kolab-saslauthd $(INSTALL) -p -m 755 wallace.py $(DESTDIR)/$(sbindir)/wallaced - $(INSTALL) -p -m 755 kolabtest.py $(DESTDIR)/$(bindir)/kolab-test $(INSTALL) -p -m 755 setup-kolab.py $(DESTDIR)/$(sbindir)/setup-kolab $(INSTALL) -p -m 644 cyruslib.py $(DESTDIR)/$(pythondir) $(INSTALL) -p -m 755 bin/kolab_parse_telemetry.py $(DESTDIR)/$(sbindir)/kolab_parse_telemetry |