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