fix to include correct files.lst for wxUniv
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10824 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
4
configure
vendored
4
configure
vendored
@@ -10508,9 +10508,9 @@ rm -f conftest*
|
||||
ALL_DEPFILES="${ALL_DEPFILES} \$(HTMLDEPS)"
|
||||
fi
|
||||
|
||||
PORT_FILES="src/\$(TOOLKITDIR)/files.lst"
|
||||
PORT_FILES="\${top_srcdir}/src/\$(TOOLKITDIR)/files.lst"
|
||||
if test "$wxUSE_UNIVERSAL" = "yes"; then
|
||||
PORT_FILES="\${top_srcdir}/src/univ/files.lst ${PORT_FILES}"
|
||||
PORT_FILES="${PORT_FILES} \${top_srcdir}/src/univ/files.lst"
|
||||
fi
|
||||
RPM_FILES="src/\$(TOOLKITDIR)/rpmfiles.lst"
|
||||
RPM_SPEC="wx\$(TOOLKIT).spec"
|
||||
|
Reference in New Issue
Block a user