Skip to content

Commit

Permalink
Merge pull request #451 from teclator/fix_tarball
Browse files Browse the repository at this point in the history
Added missing make files to tarball generation. (FATE#319711)
  • Loading branch information
teclator committed Mar 17, 2016
2 parents 8eb9214 + f8011b2 commit ea17f74
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion library/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Makefile.am for yast2/library

SUBDIRS = types runlevel sequencer xml commandline desktop wizard control cwm log system packages cron network gpg general systemd
SUBDIRS = types runlevel sequencer xml commandline desktop wizard control cwm log system packages cron network gpg general systemd mail
3 changes: 3 additions & 0 deletions library/mail/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#
# Makefile.am for yast2/mail
SUBDIRS = src
8 changes: 8 additions & 0 deletions library/mail/src/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Sources for yast2

scrconf_DATA = \
scrconf/cfg_mail.scr

EXTRA_DIST = $(scrconf_DATA)

include $(top_srcdir)/Makefile.am.common

0 comments on commit ea17f74

Please sign in to comment.