Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2017-08-06 21:34:35 +0300
committerMikkel Krautz <mikkel@krautz.dk>2017-08-06 21:38:14 +0300
commit828d9301f5b0c6056ef6b9ad3cf2c0f91a096650 (patch)
tree8b20f303b488ece64f4632aabac52d32a35ecfcb /3rdparty/celt-0.7.0-build
parentec254df1c38c2b7ce2ebb4db649518476924e049 (diff)
Remove DIST directive from all .pro files.
We used to use DIST for referencing extra files that should be included in our tarballs created by 'make dist'. However, we've since migrated away relying on 'make dist' in release.pl. Instead, we include everything, and have a list of items to exclude, such as IETF RFC drafts distributed in 3rdparty/speex-src that do not adhere to the Debian Free Software Guidelines.
Diffstat (limited to '3rdparty/celt-0.7.0-build')
-rw-r--r--3rdparty/celt-0.7.0-build/celt-0.7.0-build.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/3rdparty/celt-0.7.0-build/celt-0.7.0-build.pro b/3rdparty/celt-0.7.0-build/celt-0.7.0-build.pro
index abfadbd4b..3f010f816 100644
--- a/3rdparty/celt-0.7.0-build/celt-0.7.0-build.pro
+++ b/3rdparty/celt-0.7.0-build/celt-0.7.0-build.pro
@@ -69,8 +69,6 @@ unix {
INCLUDEPATH += ../$$BUILDDIR
}
-DIST = config.h
-
SOURCES *= bands.c celt.c cwrs.c entcode.c entdec.c entenc.c header.c kiss_fft.c kiss_fftr.c laplace.c mdct.c modes.c pitch.c psy.c quant_bands.c rangedec.c rangeenc.c rate.c vq.c
CONFIG(debug, debug|release) {