summaryrefslogtreecommitdiffstats
path: root/smartproxy/Makefile.am
diff options
context:
space:
mode:
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)