summaryrefslogtreecommitdiffstats
path: root/smartproxy/Makefile.am
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2014-06-30 18:27:31 -0400
committerMartin Kosek <mkosek@redhat.com>2014-07-01 09:19:51 +0200
commit54e4891fef1efc7af5f1d1485cadfc7ae2e98ad2 (patch)
treef2c2dbea38b598b286ea35cd1bc7b76cbc21ad3d /smartproxy/Makefile.am
parentdfbd7170e901bc597462191c219c0e2b45c09afa (diff)
downloadfreeipa-54e4891fef1efc7af5f1d1485cadfc7ae2e98ad2.tar.gz
freeipa-54e4891fef1efc7af5f1d1485cadfc7ae2e98ad2.tar.xz
freeipa-54e4891fef1efc7af5f1d1485cadfc7ae2e98ad2.zip
Remove IPA Foreman Smart Proxy
The code has been moved to its own, separate repository at git://git.fedorahosted.org/git/freeipa-foreman-smartproxy.git Reviewed-By: Martin Kosek <mkosek@redhat.com>
Diffstat (limited to 'smartproxy/Makefile.am')
-rw-r--r--smartproxy/Makefile.am37
1 files changed, 0 insertions, 37 deletions
diff --git a/smartproxy/Makefile.am b/smartproxy/Makefile.am
deleted file mode 100644
index c0994cc37..000000000
--- a/smartproxy/Makefile.am
+++ /dev/null
@@ -1,37 +0,0 @@
-# This file will be processed with automake-1.7 to create Makefile.in
-
-AUTOMAKE_OPTIONS = 1.7
-
-NULL =
-
-etcdir = $(IPA_SYSCONF_DIR)
-etc_DATA = \
- ipa-smartproxy.conf \
- $(NULL)
-
-appdir = $(IPA_DATA_DIR)/smartproxy
-app_DATA = \
- ipa-smartproxy.py \
- $(NULL)
-
-SUBDIRS = \
- man \
- $(NULL)
-
-EXTRA_DIST = \
- $(app_DATA) \
- $(etc_DATA) \
- $(rotate_DATA) \
- $(NULL)
-
-DISTCLEANFILES = \
- $(NULL)
-
-MAINTAINERCLEANFILES = \
- *~ \
- aclocal.m4 \
- configure \
- install-sh \
- missing \
- Makefile.in \
- $(NULL)