From d79768a006b42ba1b3cf64dd18e4d1d46f569f45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Thu, 31 May 2007 20:54:33 +0200 Subject: Restore $(AM_CFLAGS) usage. --- src/demuxers/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/demuxers/Makefile.am b/src/demuxers/Makefile.am index aa6bc5d5e..a2896abd3 100644 --- a/src/demuxers/Makefile.am +++ b/src/demuxers/Makefile.am @@ -126,7 +126,7 @@ xineplug_dmx_audio_la_LIBADD = $(XINE_LIB) xineplug_dmx_modplug_la_SOURCES = demux_mod.c xineplug_dmx_modplug_la_LIBADD = $(XINE_LIB) $(LIBMODPLUG_LIBS) -xineplug_dmx_modplug_la_CFLAGS = $(LIBMODPLUG_CFLAGS) +xineplug_dmx_modplug_la_CFLAGS = $(AM_CFLAGS) $(LIBMODPLUG_CFLAGS) xineplug_dmx_yuv_frames_la_SOURCES = demux_yuv_frames.c xineplug_dmx_yuv_frames_la_LIBADD = $(XINE_LIB) -- cgit v1.2.3