blob: 7fc54ec3f5d671e544814f9cbdfe29ae75f2703f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
backends = \
network-conf
perl_libs = \
debug.pl \
file.pl \
general.pl \
network.pl \
parse.pl \
platform.pl \
process.pl \
replace.pl \
report.pl \
service.pl \
service-list.pl \
util.pl \
xml.pl
scripts_SCRIPTS = $(backends) $(perl_libs)
EXTRA_DIST = \
system-tools-backends.pc.in \
AUTHORS
CLEANFILES = $(backends) $(perl_libs) system-tools-backends.pc
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = system-tools-backends.pc
|