]> git.sesse.net Git - vlc/commit
* Makefile.am:
authorSam Hocevar <sam@videolan.org>
Sat, 28 Jun 2003 13:04:52 +0000 (13:04 +0000)
committerSam Hocevar <sam@videolan.org>
Sat, 28 Jun 2003 13:04:52 +0000 (13:04 +0000)
commit655212ddf8a63bbb919e1f05d38117369f88de66
tree633fafdd8afdaf39416bb7e229b7fb2cccc5f055
parent7cd00a5602cebe6a174f5690d41df063da24a206
  * Makefile.am:
    + Call $(srcdir)/toolbox from $(builddir) instead of $(srcdir).
    + Call $(builddir)/vlc-config instead of $(srcdir)/vlc-config, because
      generated files end in $(builddir).
    + Added -Imozilla to the mozilla plugin link flags.
    + Look for mozilla/vlcintf.idl in $(srcdir).
  * configure.ac:
    + Set VLC_CONFIG to $(builddir)/vlc-config instead of $(srcdir)/vlc-config.
  * toolbox:
    + Look for Makefile.am in ${srcdir}, and Makefile in ${builddir}.
    + Prepend ${srcdir} to header files we handle.
  * m4/vlc.m4:
    + Look for vlc-config.in.in in ${srcdir} but generate vlc-config.in in
      ${builddir}.
  * modules/gui/skins/src/dialogs.cpp, modules/gui/wxwindows/interface.cpp:
    + Include the pixmap with a path relative to the current directory.

   This commit should fix builds that use --srcdir (Closes: #319).
Makefile.am
configure.ac
debian/changelog
m4/vlc.m4
modules/gui/skins/src/dialogs.cpp
modules/gui/wxwindows/interface.cpp
toolbox