Skip to content

Commit

Permalink
YCP Killer: Regenerate Makefile.am files in all source directories
Browse files Browse the repository at this point in the history
The commit is a result of running YCP Killer's "makefile" command.

See also:

  https://github.com/yast/ycp-killer
  • Loading branch information
yast-bot committed Jul 31, 2013
1 parent 67cb385 commit ed1e7ac
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions src/Makefile.am
@@ -1,31 +1,31 @@
# Makefile.am for iscsi-client/src
# Sources for iscsi-client

yncludedir = @yncludedir@/iscsi-client

client_DATA = \
iscsi-client.ycp \
iscsi-client_auto.ycp \
iscsi-client_proposal.ycp \
iscsi-client_finish.ycp \
inst_iscsi-client.ycp
module_DATA = \
modules/IscsiClientLib.rb \
modules/IscsiClient.rb

ynclude_DATA = \
helps.ycp \
wizards.ycp \
dialogs.ycp \
complex.ycp \
widgets.ycp
client_DATA = \
clients/iscsi-client.rb \
clients/iscsi-client_auto.rb \
clients/iscsi-client_proposal.rb \
clients/iscsi-client_finish.rb \
clients/inst_iscsi-client.rb

desktop_DATA = \
iscsi-client.desktop
yncludedir = @yncludedir@/iscsi-client
ynclude_DATA = \
include/iscsi-client/widgets.rb \
include/iscsi-client/wizards.rb \
include/iscsi-client/dialogs.rb \
include/iscsi-client/complex.rb \
include/iscsi-client/helps.rb

module_DATA = \
IscsiClient.ycp \
IscsiClientLib.ycp
schemafilesdir = $(schemadir)/autoyast/rnc
schemafiles_DATA = \
autoyast-rnc/iscsi-client.rnc

rncdir = $(schemadir)/autoyast/rnc
rnc_DATA = iscsi-client.rnc
desktop_DATA = \
desktop/iscsi-client.desktop

EXTRA_DIST = $(client_DATA) $(ynclude_DATA) $(module_DATA) $(desktop_DATA) $(rnc_DATA)
EXTRA_DIST = $(module_DATA) $(client_DATA) $(ynclude_DATA) $(schemafiles_DATA) $(desktop_DATA)

include $(top_srcdir)/Makefile.am.common
include $(top_srcdir)/Makefile.am.common

0 comments on commit ed1e7ac

Please sign in to comment.