You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
488 B
30 lines
488 B
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
|
|
|