[yast-commit] r60262 - /branches/SuSE-Code-11-SP1-Branch/yast2/library/types/src/Makefile.am
Author: mvidner Date: Thu Jan 7 14:20:15 2010 New Revision: 60262 URL: http://svn.opensuse.org/viewcvs/yast?rev=60262&view=rev Log: Distribute also URLRecode.pm in the tarball (amending r60252) Modified: branches/SuSE-Code-11-SP1-Branch/yast2/library/types/src/Makefile.am Modified: branches/SuSE-Code-11-SP1-Branch/yast2/library/types/src/Makefile.am URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/yast2/library/types/src/Makefile.am?rev=60262&r1=60261&r2=60262&view=diff ============================================================================== --- branches/SuSE-Code-11-SP1-Branch/yast2/library/types/src/Makefile.am (original) +++ branches/SuSE-Code-11-SP1-Branch/yast2/library/types/src/Makefile.am Thu Jan 7 14:20:15 2010 @@ -1,6 +1,6 @@ # Makefile.am for yast2/library/types/src -module_DATA = $(wildcard *.ycp) +module_DATA = $(wildcard *.ycp) $(wildcard *.pm) EXTRA_DIST = $(module_DATA) include $(top_srcdir)/Makefile.am.common -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
mvidner@svn.opensuse.org