]> git.sesse.net Git - vlc/commitdiff
Don't build libs/srtp when --disable-gnutls is given.
authorJean-Paul Saman <jpsaman@videolan.org>
Wed, 16 May 2007 14:52:50 +0000 (14:52 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Wed, 16 May 2007 14:52:50 +0000 (14:52 +0000)
Makefile.am

index 5899bf7de39301b6b334d44b6c3ee9f55704a582..73ac95ab2970ac6f4366ac99d08da0115ff7325b 100644 (file)
@@ -12,7 +12,11 @@ NULL =
 #  - . should come before mozilla/bindings because the plugin needs libvlc.a
 #  - po should come before . because VLC.app needs the pofiles
 #  - loader should come before modules because some plugins need it
-SUBDIRS = intl po libs/loader libs/srtp src modules . \
+SUBDIRS = intl po libs/loader
+if HAVE_LIBGCRYPT
+SUBDIRS += libs/srtp
+endif
+SUBDIRS = src modules . \
                mozilla bindings activex share doc
 DIST_SUBDIRS = $(SUBDIRS) m4 ipkg