File: Makefile.am

package info (click to toggle)
uruk 20140627-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,088 kB
  • ctags: 70
  • sloc: sh: 1,770; makefile: 143; xml: 51
file content (17 lines) | stat: -rw-r--r-- 540 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## Process this file with automake to produce Makefile.in
## this file maintained at http://git.mdcc.cx/uruk.git

## Copyright (C) 2003, 2004 Joost van Baal
## Copyright (C) 2012 Joost van Baal-Ilić

## This script is free software; you can distribute it and/or modify it
## under the terms of the GNU GPL.  See the file COPYING.

initdir = $(sysconfdir)/init.d
init_SCRIPTS = uruk

## /lib/uruk/init/
initlibdir = $(libexecdir)/$(PACKAGE)/init
initlib_SCRIPTS = autodetect-ips enable-ipv6

EXTRA_DIST = $(init_SCRIPTS) $(initlib_SCRIPTS)