Don't generate st.h in a subdir

For srcdir != builddir, in the builddir, the st/ subdirectory doesn't
exist, so we can't generate st.h there. Just switch to building st.h
directly in the current directory. (The other option would be to
create a st/ subdirectory in the builddir if necessary; might be a
little cleaner, but this works for now and gets things distchecking.)
This commit is contained in:
Owen W. Taylor 2010-02-22 19:35:03 -05:00
parent e7066d12cf
commit ce6dd21cd3
3 changed files with 7 additions and 7 deletions

2
.gitignore vendored
View file

@ -41,7 +41,7 @@ src/gnome-shell
src/test-recorder
src/test-recorder.ogg
src/test-theme
src/st/st.h
src/st.h
stamp-h1
tests/run-test.sh
xmldocs.make