-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wire up systemd support in autoconf -- [email protected]
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2291 a5681a0c-68f1-0310-ab6d-d61299d08faa
- Loading branch information
oetiker
committed
Jul 2, 2012
1 parent
8527e90
commit afcd0eb
Showing
3 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,12 @@ ACLOCAL_M4= $(top_srcdir)/aclocal.m4 | |
|
||
# $(RSYNC) CHANGES archive/$(PACKAGE)-$(VERSION).tar.gz [email protected]:/ipn/web/Tools/RRDtool/pub/ | ||
|
||
if HAVE_SYSTEMD | ||
systemdsystemunit_DATA = \ | ||
etc/rrdcached.socket \ | ||
etc/rrdcached.service | ||
endif | ||
|
||
site-perl-inst: site-perl-install | ||
|
||
site-perl-install: all bindings/perl-piped/Makefile bindings/perl-shared/Makefile | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters