[vlc-commits] activex: Ensure we generate axvlc_idl.* for every build

Hugo Beauzée-Luyssen git at videolan.org
Tue Apr 28 12:14:48 CEST 2015


npapi-vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Tue Apr 28 12:14:08 2015 +0200| [d7923aefc619f37076de225fc3613398c7e43ad3] | committer: Hugo Beauzée-Luyssen

activex: Ensure we generate axvlc_idl.* for every build

> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=d7923aefc619f37076de225fc3613398c7e43ad3
---

 activex/Makefile.am |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/activex/Makefile.am b/activex/Makefile.am
index 01d4c7c..4004f90 100644
--- a/activex/Makefile.am
+++ b/activex/Makefile.am
@@ -29,6 +29,8 @@ lib_LTLIBRARIES = axvlc.la
 AM_CPPFLAGS = $(LIBVLC_CFLAGS) -DUNICODE -D_UNICODE -D_MIDL_USE_GUIDDEF_ -I$(top_srcdir)/vlcpp
 AM_CXXFLAGS = ${CXXFLAGS}
 
+BUILT_SOURCES = axvlc_idl.h axvlc_idl.c
+
 axvlc_la_SOURCES = \
     main.cpp \
     utils.cpp \



More information about the vlc-commits mailing list