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 07bfda7 commit d8bb65b
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 51 deletions.
35 changes: 31 additions & 4 deletions src/Makefile.am
@@ -1,5 +1,32 @@
#
# Makefile.am for installation/src
#
# Sources for registration

SUBDIRS = modules clients config dialogs yastbrowser scripts
module_DATA = \
modules/Register.rb \
modules/RegisterCert.pm \
modules/YSR.pm

client_DATA = \
clients/inst_suse_register.rb \
clients/suse_register_auto.rb

yncludedir = @yncludedir@/registration
ynclude_DATA = \
include/registration/texts.rb

scrconf_DATA = \
scrconf/cfg_suse_register.scr

schemafilesdir = $(schemadir)/autoyast/rnc
schemafiles_DATA = \
autoyast-rnc/registration.rnc

desktop_DATA = \
desktop/customer_center.desktop \
desktop/suse_register.desktop

fillup_DATA = \
fillup/sysconfig.suse_register-yast2-registration

EXTRA_DIST = $(module_DATA) $(client_DATA) $(ynclude_DATA) $(scrconf_DATA) $(schemafiles_DATA) $(desktop_DATA) $(fillup_DATA)

include $(top_srcdir)/Makefile.am.common
11 changes: 0 additions & 11 deletions src/clients/Makefile.am

This file was deleted.

12 changes: 0 additions & 12 deletions src/config/Makefile.am

This file was deleted.

6 changes: 0 additions & 6 deletions src/dialogs/Makefile.am

This file was deleted.

9 changes: 0 additions & 9 deletions src/modules/Makefile.am

This file was deleted.

9 changes: 0 additions & 9 deletions src/scripts/Makefile.am

This file was deleted.

0 comments on commit d8bb65b

Please sign in to comment.