Skip to content

Commit

Permalink
Adapted Makefile(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
mchf committed Dec 9, 2013
1 parent 028b8c1 commit 54fed04
Showing 1 changed file with 0 additions and 49 deletions.
49 changes: 0 additions & 49 deletions 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
Expand All @@ -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 \
Expand All @@ -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

Expand All @@ -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
Expand All @@ -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 \
Expand Down Expand Up @@ -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) \
Expand Down

0 comments on commit 54fed04

Please sign in to comment.