npapi-vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Tue Jan 24 19:15:31 2012 +0100| [ebd04ebc658a6fa6c302ec37aa1e8912f3d80b66] | committer: Jean-Baptiste Kempf
Fix distcheck > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=ebd04ebc658a6fa6c302ec37aa1e8912f3d80b66 --- activex/Makefile.am | 1 + npapi/Makefile.am | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/activex/Makefile.am b/activex/Makefile.am index 3b40b0d..8104b6d 100644 --- a/activex/Makefile.am +++ b/activex/Makefile.am @@ -72,6 +72,7 @@ axvlc_la_SOURCES = \ plugin.h \ axvlc_idl.c \ axvlc_idl.h \ + ../common/vlc_player_options.h \ ../common/win32_fullscreen.cpp \ ../common/win32_fullscreen.h \ ../common/win32_vlcwnd.cpp \ diff --git a/npapi/Makefile.am b/npapi/Makefile.am index dc9a958..d419cf0 100644 --- a/npapi/Makefile.am +++ b/npapi/Makefile.am @@ -21,6 +21,7 @@ libvlcplugin_la_SOURCES = \ control/nporuntime.h \ control/position.h \ support/classinfo.h \ + ../common/vlc_player_options.h \ $(SOURCES_support) EXTRA_libvlcplugin_la_SOURCES = \ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
