File: Makefile.am

package info (click to toggle)
certmonger 0.79.21-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,428 kB
  • sloc: ansic: 59,314; sh: 6,767; xml: 2,486; makefile: 919; python: 564
file content (10 lines) | stat: -rw-r--r-- 259 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
if SYSTEMD
unitsdir = @SYSTEMDSYSTEMUNITDIR@
units_DATA = certmonger.service
servicedir = @SYSTEMBUSSERVICESDIR@
service_DATA = org.fedorahosted.certmonger.service
endif
if TMPFILES
tmpfilesdir = $(prefix)/lib/tmpfiles.d
tmpfiles_DATA = certmonger.conf
endif