Changeset fe66192ab8dbce53d14094df053f824e8d88d61e
- 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
| rf204ed7 |
rfe66192 |
|
| 13 | 13 | # - po should come before . because VLC.app needs the pofiles |
|---|
| 14 | 14 | # - loader should come before modules because some plugins need it |
|---|
| 15 | | SUBDIRS = intl po libs/loader libs/srtp src modules . \ |
|---|
| | 15 | SUBDIRS = intl po libs/loader |
|---|
| | 16 | if HAVE_LIBGCRYPT |
|---|
| | 17 | SUBDIRS += libs/srtp |
|---|
| | 18 | endif |
|---|
| | 19 | SUBDIRS = src modules . \ |
|---|
| 16 | 20 | mozilla bindings activex share doc |
|---|
| 17 | 21 | DIST_SUBDIRS = $(SUBDIRS) m4 ipkg |
|---|