File: Makefile.am

package info (click to toggle)
finit 4.14-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,216 kB
  • sloc: ansic: 17,060; sh: 6,281; makefile: 532
file content (12 lines) | stat: -rw-r--r-- 250 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
EXTRA_DIST        = 10-hotplug.conf.in
systemdir         = $(system_path)
system_DATA       =
dist_system_DATA  =

if BUILD_HOTPLUG_PLUGIN
system_DATA      += 10-hotplug.conf
endif

if BUILD_TESTSERV_PLUGIN
dist_system_DATA += 90-testserv.conf
endif