Fix build with VV disabled

Sat, 09 May 2015 14:30:06 +0200

author
Tomasz Wasilczyk <twasilczyk@pidgin.im>
date
Sat, 09 May 2015 14:30:06 +0200
changeset 37179
128e4ac12c7b
parent 37178
b6865740b29c
child 37181
06b74c255e95

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 \

mercurial