diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2010-08-26 10:17:37 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2010-08-26 10:17:37 +0100 |
commit | e2f75e06656c1bd0cd0cecb4a99b8220f468fd8d (patch) | |
tree | f0ac19bdd7be13845c8a706df50f37333bf02a86 /Makefile.am | |
download | pykolab-e2f75e06656c1bd0cd0cecb4a99b8220f468fd8d.tar.gz |
Initial commit
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..797fb36 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,17 @@ +DISTCLEANFILES = \ + intltool-extract \ + intltool-merge \ + intltool-update + +EXTRA_DIST = \ + AUTHORS \ + COPYING \ + README + +execdir = $(sbindir) + +install-exec-local: + mkdir -p $(DESTDIR)/$(sbindir) $(DISTDIR)/$(bindir) + $(INSTALL) -p 755 pykolab.py $(DESTDIR)/$(sbindir) + pushd $(DESTDIR)$(bindir);$(LN_S) consolehelper pykolab;popd + |