From 840de9bb48b37508e11fc0514761161e7cd0f9ef Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Thu, 14 Jan 2016 14:15:49 +0100 Subject: Split ipa-client/ into ipaclient/ (Python library) and client/ (C, scripts) Make ipaclient a Python library like ipapython, ipalib, etc. Use setup.py instead of autotools for installing it. Move C client tools, Python scripts, and man pages, to client/. Remove old, empty or outdated, boilerplate files (NEWS, README, AUTHORS). Remove /setup-client.py (ipalib/setup.py should be used instead). Update Makefiles and the spec file accordingly. https://fedorahosted.org/freeipa/ticket/5638 Reviewed-By: Jan Cholasta --- client/version.m4.in | 1 + 1 file changed, 1 insertion(+) create mode 100644 client/version.m4.in (limited to 'client/version.m4.in') diff --git a/client/version.m4.in b/client/version.m4.in new file mode 100644 index 000000000..5ddc8cea3 --- /dev/null +++ b/client/version.m4.in @@ -0,0 +1 @@ +define([IPA_VERSION], [__VERSION__]) -- cgit