diff options
Diffstat (limited to 'smartproxy/Makefile.am')
-rw-r--r-- | smartproxy/Makefile.am | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/smartproxy/Makefile.am b/smartproxy/Makefile.am new file mode 100644 index 00000000..8d680625 --- /dev/null +++ b/smartproxy/Makefile.am @@ -0,0 +1,43 @@ +# 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) + +sbin_SCRIPTS = \ + ipa-smartproxy \ + $(NULL) + +rotatedir = $(LOGROTATE_DIR) +rotate_DATA = \ + ipa-smartproxy.logrotate \ + $(NULL) + +SUBDIRS = \ + man \ + $(NULL) + +EXTRA_DIST = \ + $(etc_DATA) \ + $(rotate_DATA) \ + $(NULL) + +DISTCLEANFILES = \ + $(NULL) + +MAINTAINERCLEANFILES = \ + *~ \ + aclocal.m4 \ + configure \ + install-sh \ + missing \ + Makefile.in \ + $(NULL) + +install-data-hook: + mv $(DESTDIR)/$(LOGROTATE_DIR)/ipa-smartproxy.logrotate $(DESTDIR)/$(LOGROTATE_DIR)/ipa-smartproxy |