Changeset fe66192ab8dbce53d14094df053f824e8d88d61e

Show
Ignore:
Timestamp:
16/05/07 16:52:50 (1 year ago)
Author:
Jean-Paul Saman <jpsaman@videolan.org>
git-committer:
Jean-Paul Saman <jpsaman@videolan.org> 1179327170 +0000
git-parent:

[235ce9bac9f82488a8d5e31b95c3916282bd1867]

git-author:
Jean-Paul Saman <jpsaman@videolan.org> 1179327170 +0000
Message:

Don't build libs/srtp when --disable-gnutls is given.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Makefile.am

    rf204ed7 rfe66192  
    1313#  - po should come before . because VLC.app needs the pofiles 
    1414#  - loader should come before modules because some plugins need it 
    15 SUBDIRS = intl po libs/loader libs/srtp src modules . \ 
     15SUBDIRS = intl po libs/loader 
     16if HAVE_LIBGCRYPT 
     17SUBDIRS += libs/srtp 
     18endif 
     19SUBDIRS = src modules . \ 
    1620        mozilla bindings activex share doc 
    1721DIST_SUBDIRS = $(SUBDIRS) m4 ipkg