changed python-incdir to python-includes for configure.in

This commit is contained in:
Jaroslav Kysela 2007-09-12 15:02:03 +02:00
parent b8aa6c8766
commit 8f5fa1a4aa
2 changed files with 8 additions and 8 deletions

View file

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