mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Fix a typo
$PYTHON_INCDIR itself already contains -I
This commit is contained in:
parent
dcdf8c2a00
commit
b04d1e18e4
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = -I$(pythonincdir)
|
||||
smixer_python_la_CFLAGS = $(pythonincdir)
|
||||
smixer_python_la_LIBADD = ../../../src/libasound.la
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue