Sat, 09 May 2015 14:30:06 +0200
Fix build with VV disabled
| libpurple/Makefile.am | file | annotate | diff | comparison | revisions |
--- a/libpurple/Makefile.am Sat May 09 10:01:27 2015 +0200 +++ b/libpurple/Makefile.am Sat May 09 14:30:06 2015 +0200 @@ -159,7 +159,6 @@ keyring.h \ log.h \ media.h \ - media-gst.h \ mediamanager.h \ memorypool.h \ message.h \ @@ -207,6 +206,12 @@ xfer.h \ xmlnode.h +if USE_VV +purple_coreheaders += media-gst.h +else +EXTRA_DIST += media-gst.h +endif + if IS_WIN32 purple_coresources += \ win32/giowin32.c \