Fix a typo

$PYTHON_INCDIR itself already contains -I
This commit is contained in:
Takashi Iwai 2007-08-31 16:40:07 +02:00
parent dcdf8c2a00
commit b04d1e18e4

View File

@ -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