npapi-vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Wed Apr 9 19:50:14 2014 +0300| [c4d2975b5ff53421a06e446d600ae486eeaaa2bc] | committer: Rémi Denis-Courmont
Use automake subdir-objects and fix warnings > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=c4d2975b5ff53421a06e446d600ae486eeaaa2bc --- activex/Makefile.am | 2 ++ npapi/Makefile.am | 1 + 2 files changed, 3 insertions(+) diff --git a/activex/Makefile.am b/activex/Makefile.am index c48ebd9..252acff 100644 --- a/activex/Makefile.am +++ b/activex/Makefile.am @@ -2,6 +2,8 @@ # Building the Activex plugin ############################################################################### +AUTOMAKE_OPTIONS = subdir-objects + MOSTLYCLEANFILES = axvlc.inf axvlc_rc.rc EXTRA_DIST = $(DIST_rsrc) $(DIST_misc) diff --git a/npapi/Makefile.am b/npapi/Makefile.am index 23ff8a9..375aab3 100644 --- a/npapi/Makefile.am +++ b/npapi/Makefile.am @@ -2,6 +2,7 @@ # Building the Mozilla plugin ############################################################################### +AUTOMAKE_OPTIONS = subdir-objects EXTRA_DIST = package/npvlc_rc.rc.in package/npvlc.dll.manifest MOSTLYCLEANFILES = CLEANFILES = $(BUILT_SOURCES) \ _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
