diff options
Diffstat (limited to 'knetworkconf/backends/Makefile.am')
-rw-r--r-- | knetworkconf/backends/Makefile.am | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/knetworkconf/backends/Makefile.am b/knetworkconf/backends/Makefile.am new file mode 100644 index 0000000..7fc54ec --- /dev/null +++ b/knetworkconf/backends/Makefile.am @@ -0,0 +1,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 + |