[vlc-commits] Use automake subdir-objects and fix warnings
Rémi Denis-Courmont
git at videolan.org
Wed Apr 9 18:51:03 CEST 2014
npapi-vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | 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) \
More information about the vlc-commits
mailing list