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 b6482ba commit 62fc3f2
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 34 deletions.
25 changes: 21 additions & 4 deletions src/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
#
# Makefile.am for packager/src
#
# Sources for dirinstall

SUBDIRS = clients modules config include
module_DATA = \
modules/DirInstall.rb

client_DATA = \
clients/inst_dirinstall_finish.rb \
clients/dirinstall_options_proposal.rb \
clients/dirinstall.rb \
clients/inst_dirinstall.rb \
clients/dirinstall_options.rb

yncludedir = @yncludedir@/dirinstall
ynclude_DATA = \
include/dirinstall/ui.rb

desktop_DATA = \
desktop/dirinstall.desktop

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

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

This file was deleted.

11 changes: 0 additions & 11 deletions src/include/Makefile.am

This file was deleted.

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

This file was deleted.

0 comments on commit 62fc3f2

Please sign in to comment.