]> git.sesse.net Git - vlc/commit
Move qt4/dialogs/about.hpp to include/vlc_about.h so all interfaces modules can use it.
authorChristophe Mutricy <xtophe@videolan.org>
Mon, 29 Oct 2007 23:35:47 +0000 (23:35 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Mon, 29 Oct 2007 23:35:47 +0000 (23:35 +0000)
commit632c8544ad6441380af5ac3f2f53bb478d3abadf
tree4f2f30039f7ae1a3d81699e37608146e25e1040f
parentd074490d550bdf3b3fa11b16b5a3e6b462bd2f3f
Move qt4/dialogs/about.hpp to include/vlc_about.h so all interfaces modules can use it.
The change in configure.ac is suboptimal. It would be better to change DEFAULT_INCLUDES to use -I${top_builddir}/include rather than -I${top_builddir}. Automake wizard requested.
configure.ac
modules/gui/qt4/Modules.am
src/Makefile.am