author | Birunthan Mohanathas <birunthan@mohanathas.com> |
Mon, 02 Nov 2015 07:53:26 +0200 | |
changeset 305084 | 7ec70e0c699746cf72e03acadc09d0d5877423d0 |
parent 302364 | 3f388e64bff834d8911abb899de6ffbc81a434e2 |
child 387694 | d4aea6d5d2f8271d272969832603fc86e982f5f2 |
permissions | -rw-r--r-- |
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. EXPORTS.kiss_fft += [ 'kiss_fft.h', 'kiss_fftr.h', ] SOURCES += [ 'kiss_fft.c', 'kiss_fftr.c', ] FINAL_LIBRARY = 'xul'