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 30, 2013
1 parent 0741b8a commit db316d0
Showing 1 changed file with 29 additions and 35 deletions.
64 changes: 29 additions & 35 deletions src/Makefile.am
@@ -1,44 +1,38 @@
#
# Makefile.am for devtools/devtools/skeletons/config/src
#
# Sources for ntp-client

YCPCFLAGS = -I .
module_DATA = \
modules/NtpClient.rb

yncludedir = @yncludedir@/ntp-client

client_DATA = \
ntp-client.ycp \
ntp-client_auto.ycp \
ntp-client_proposal.ycp \
ntp-client_finish.ycp

ynclude_DATA = \
helps.ycp \
wizards.ycp \
dialogs.ycp \
widgets.ycp \
misc.ycp \
clocktypes.ycp \
commandline.ycp

desktop_DATA = \
ntp-client.desktop
client_DATA = \
clients/ntp-client.rb \
clients/ntp-client_auto.rb \
clients/ntp-client_finish.rb \
clients/ntp-client_proposal.rb

module_DATA = \
NtpClient.ycp

rncdir= $(schemadir)/autoyast/rnc/
rnc_DATA = \
ntpclient.rnc

EXTRA_DIST = $(client_DATA) $(ynclude_DATA) $(module_DATA) $(desktop_DATA) $(rnc_DATA)
yncludedir = @yncludedir@/ntp-client
ynclude_DATA = \
include/ntp-client/widgets.rb \
include/ntp-client/wizards.rb \
include/ntp-client/commandline.rb \
include/ntp-client/misc.rb \
include/ntp-client/dialogs.rb \
include/ntp-client/helps.rb \
include/ntp-client/clocktypes.rb

scrconf_DATA = \
scrconf/cfg_ntp.scr \
scrconf/etc_ntp.scr

ntp-client:
test -L ntp-client || ln -sf . ntp-client
schemafilesdir = $(schemadir)/autoyast/rnc
schemafiles_DATA = \
autoyast-rnc/ntpclient.rnc

ycpchook = ntp-client
ydata_DATA = \
data/ntp_servers.ycp

desktop_DATA = \
desktop/ntp-client.desktop

include $(top_srcdir)/Makefile.am.common
EXTRA_DIST = $(module_DATA) $(client_DATA) $(ynclude_DATA) $(scrconf_DATA) $(schemafiles_DATA) $(ydata_DATA) $(desktop_DATA)

include $(top_srcdir)/Makefile.am.common

0 comments on commit db316d0

Please sign in to comment.