projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6efdc83
)
added -fPIC to python module
author
Paul Brossier
<piem@altern.org>
Tue, 27 Sep 2005 19:11:36 +0000
(19:11 +0000)
committer
Paul Brossier
<piem@altern.org>
Tue, 27 Sep 2005 19:11:36 +0000
(19:11 +0000)
added -fPIC to python module
python/aubio/Makefile.am
patch
|
blob
|
history
diff --git
a/python/aubio/Makefile.am
b/python/aubio/Makefile.am
index 5fe9c2130f9bcb3626d622c4b9646c6306fce091..1371e3c603f955a9078f5bd4d04992c175a6a87e 100644
(file)
--- a/
python/aubio/Makefile.am
+++ b/
python/aubio/Makefile.am
@@
-8,7
+8,7
@@
CLEANFILES = *.pyc *.so *.o aubio_wrap.c aubiowrapper.py
all: _aubiowrapper.so
# removed -Wall -Wmissing-prototypes -Wmissing-declarations
-CFLAGS = -DJACK_SUPPORT -Werror -Wno-char-subscripts \
+CFLAGS = -
fPIC -
DJACK_SUPPORT -Werror -Wno-char-subscripts \
-Wno-unknown-pragmas $(SWCFLAGS) \
-I../../src -I$(srcdir)/../../src -I$(srcdir)/../../ext \
-I/usr/include/python${PYTHON_VERSION} \