From 732687bd74ee9fa03db011ed66a98d1d1e717eb8 Mon Sep 17 00:00:00 2001 From: Shinya TAKEBAYASHI Date: Tue, 1 Sep 2009 21:05:06 +0900 Subject: [PATCH] Created some changes for autotool --- Makefile.am | 2 +- configure.ac | 1 + init.d/Makefile.am | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 init.d/Makefile.am diff --git a/Makefile.am b/Makefile.am index ba7ee04..7b9d69d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ # ###################################################################### -SUBDIRS = logger parameter src conf sslfiles +SUBDIRS = logger parameter src conf sslfiles init.d docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION) dist_doc_DATA = \ diff --git a/configure.ac b/configure.ac index 790a059..6023d46 100644 --- a/configure.ac +++ b/configure.ac @@ -79,5 +79,6 @@ AC_CONFIG_FILES([parameter/Makefile] [conf/Makefile] [conf/logrotate.d/Makefile] [sslfiles/Makefile] + [init.d/Makefile] [sslproxy.spec]) AC_OUTPUT diff --git a/init.d/Makefile.am b/init.d/Makefile.am new file mode 100644 index 0000000..9a43e3e --- /dev/null +++ b/init.d/Makefile.am @@ -0,0 +1,3 @@ +initddir = $(sysconfdir)/rc.d/init.d + +dist_initd_SCRIPTS = sslproxyd -- 2.11.0