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:
Vadim Zeitlin
2001-07-04 17:25:04 +00:00
parent 7190821305
commit 879df07384
3 changed files with 5 additions and 6 deletions

4
configure vendored
View File

@@ -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"