vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Sat Aug 21 
19:19:47 2010 +0300| [cfb7cd11119817e46743203d7483035863c05419] | committer: 
Rémi Denis-Courmont 

Install vlc_about.h for hypothetical out-of-tree UI plugins

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

 src/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 09bb085..c88d2e5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -15,7 +15,7 @@ EXTRA_DIST = extras/COPYING \
 
 BUILT_SOURCES = \
        $(nodist_pkginclude_HEADERS) \
-       ../include/vlc_about.h
+       $(nodist_pluginsinclude_HEADERS)
 CLEANFILES = $(BUILT_SOURCES)
 
 SUFFIXES = .pc.in .pc .rc.in .rc
@@ -114,6 +114,7 @@ pluginsinclude_HEADERS = \
        ../include/vlc_xml.h \
        ../include/vlc_xlib.h \
        $(NULL)
+nodist_pluginsinclude_HEADERS = ../include/vlc_about.h
 
 noinst_HEADERS = \
        ../include/vlc_codec_synchro.h \

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to