mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
changed python-incdir to python-includes for configure.in
This commit is contained in:
parent
b8aa6c8766
commit
8f5fa1a4aa
2 changed files with 8 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
|||
pkglibdir = @ALSA_PLUGIN_DIR@/smixer
|
||||
pythonlibs = @PYTHON_LIBS@
|
||||
pythonincdir = @PYTHON_INCDIR@
|
||||
pythonincludes = @PYTHON_INCLUDES@
|
||||
|
||||
AM_CFLAGS = -g -O2 -W -Wall
|
||||
|
||||
|
|
@ -31,6 +31,6 @@ smixer_hda_la_LIBADD = ../../../src/libasound.la
|
|||
if BUILD_PYTHON
|
||||
smixer_python_la_SOURCES = python.c
|
||||
smixer_python_la_LDFLAGS = -module -avoid-version $(pythonlibs)
|
||||
smixer_python_la_CFLAGS = $(pythonincdir)
|
||||
smixer_python_la_CFLAGS = $(pythonincludes)
|
||||
smixer_python_la_LIBADD = ../../../src/libasound.la
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue