fix typo in FOREIGN_CFLAGS

This commit is contained in:
Lennart Poettering 2009-03-04 22:07:41 +01:00
parent ba4765a0dc
commit 3dd8800e6d

View file

@ -86,7 +86,7 @@ AM_LDFLAGS+=-Wl,--export-all-symbols
WINSOCK_LIBS=-lwsock32 -lws2_32 -lwininet WINSOCK_LIBS=-lwsock32 -lws2_32 -lwininet
endif endif
FOREIGN_CLFGAS = -w FOREIGN_CFLAGS = -w
MODULE_LDFLAGS = -module -disable-static -avoid-version MODULE_LDFLAGS = -module -disable-static -avoid-version
################################### ###################################
@ -818,7 +818,7 @@ noinst_LTLIBRARIES = libpulsecore-foreign.la
libpulsecore_foreign_la_SOURCES = \ libpulsecore_foreign_la_SOURCES = \
pulsecore/ffmpeg/resample2.c pulsecore/ffmpeg/avcodec.h pulsecore/ffmpeg/dsputil.h pulsecore/ffmpeg/resample2.c pulsecore/ffmpeg/avcodec.h pulsecore/ffmpeg/dsputil.h
libpulsecore_foreign_la_CFLAGS = $(AM_CFLAGS) -w libpulsecore_foreign_la_CFLAGS = $(AM_CFLAGS) $(FOREIGN_CFLAGS)
################################### ###################################
# Plug-in support libraries # # Plug-in support libraries #