From 54fed047fb26cc91be0a56a11bb69280a7fab55e Mon Sep 17 00:00:00 2001 From: Michal Filka Date: Mon, 18 Nov 2013 12:23:22 +0100 Subject: [PATCH] Adapted Makefile(s) --- src/Makefile.am | 49 ------------------------------------------------- 1 file changed, 49 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 599a12685..45be5d839 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,19 +1,15 @@ # Sources for network module_DATA = \ - modules/DSL.rb \ modules/LanUdevAuto.rb \ modules/SuSEFirewall4Network.rb \ modules/Remote.rb \ - modules/Modem.rb \ - modules/ISDN.rb \ modules/InternetDevices.rb \ modules/NetworkStorage.rb \ modules/Host.rb \ modules/NetHwDetection.rb \ modules/Routing.rb \ modules/LanItems.rb \ - modules/Provider.rb \ modules/Network.rb \ modules/Lan.rb \ modules/DNS.rb @@ -26,10 +22,7 @@ client_DATA = \ clients/inst_lan.rb \ clients/remote_proposal.rb \ clients/dns_auto.rb \ - clients/isdn_proposal.rb \ - clients/modem_proposal.rb \ clients/save_network.rb \ - clients/isdn.rb \ clients/lan_auto.rb \ clients/network.rb \ clients/firewall_stage1_finish.rb \ @@ -40,16 +33,12 @@ client_DATA = \ clients/lan.rb \ clients/host_auto.rb \ clients/general_proposal.rb \ - clients/modem.rb \ clients/inst_ask_net_test.rb \ clients/inst_hostname.rb \ clients/firewall_stage1_proposal.rb \ clients/routing_auto.rb \ - clients/dsl_proposal.rb \ - clients/provider.rb \ clients/remote.rb \ clients/dns.rb \ - clients/dsl.rb \ clients/lan_proposal.rb \ clients/host.rb @@ -73,28 +62,6 @@ ynclude2_DATA = \ include/network/services/dns.rb \ include/network/services/host.rb -ynclude3dir = @yncludedir@/network/provider -ynclude3_DATA = \ - include/network/provider/wizards.rb \ - include/network/provider/connection.rb \ - include/network/provider/dialogs.rb \ - include/network/provider/complex.rb \ - include/network/provider/provider.rb \ - include/network/provider/details.rb \ - include/network/provider/helps.rb \ - include/network/provider/texts.rb - -ynclude4dir = @yncludedir@/network/isdn -ynclude4_DATA = \ - include/network/isdn/interface.rb \ - include/network/isdn/wizards.rb \ - include/network/isdn/config.rb \ - include/network/isdn/ip.rb \ - include/network/isdn/ifdetails.rb \ - include/network/isdn/complex.rb \ - include/network/isdn/lowlevel.rb \ - include/network/isdn/routines.rb - ynclude5dir = @yncludedir@/network/remote ynclude5_DATA = \ include/network/remote/dialogs.rb @@ -115,18 +82,6 @@ ynclude6_DATA = \ include/network/lan/cards.rb \ include/network/lan/cmdline.rb -ynclude7dir = @yncludedir@/network/dsl -ynclude7_DATA = \ - include/network/dsl/wizards.rb \ - include/network/dsl/dialogs.rb \ - include/network/dsl/complex.rb - -ynclude8dir = @yncludedir@/network/modem -ynclude8_DATA = \ - include/network/modem/wizards.rb \ - include/network/modem/dialogs.rb \ - include/network/modem/complex.rb - scrconf_DATA = \ scrconf/providers.scr \ scrconf/cfg_slmodemd.scr \ @@ -176,12 +131,8 @@ EXTRA_DIST = \ $(ynclude_DATA) \ $(ynclude1_DATA) \ $(ynclude2_DATA) \ - $(ynclude3_DATA) \ - $(ynclude4_DATA) \ $(ynclude5_DATA) \ $(ynclude6_DATA) \ - $(ynclude7_DATA) \ - $(ynclude8_DATA) \ $(scrconf_DATA) \ $(agent_SCRIPTS) \ $(schemafiles_DATA) \