File: Makefile.am

package info (click to toggle)
uruk 20190121-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,188 kB
  • sloc: sh: 1,852; makefile: 151; xml: 51
file content (17 lines) | stat: -rw-r--r-- 515 bytes parent folder | download | duplicates (6)
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) 2013 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.

PACKAGE = @PACKAGE_TARNAME@

# /lib/uruk/lsb/
lsbdir = $(libexecdir)/$(PACKAGE)/lsb

lsb_DATA = init-functions
lsb_SCRIPTS = lsb_killproc lsb_log_message lsb_pidofproc lsb_start_daemon

EXTRA_DIST = $(lsb_SCRIPTS) $(lsb_DATA)