diff options
Diffstat (limited to 'src/video_out/Makefile.am')
-rw-r--r-- | src/video_out/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/Makefile.am b/src/video_out/Makefile.am index 179e1e263..03eeda614 100644 --- a/src/video_out/Makefile.am +++ b/src/video_out/Makefile.am @@ -36,7 +36,7 @@ noinst_HEADERS = yuv2rgb.h video_out_syncfb.h include_HEADERS = video_out_x11.h debug: - $(MAKE) CFLAGS="$(DEBUG_CFLAGS)" + $(MAKE) CFLAGS="$(DEBUG_CFLAGS) -DXINE_COMPILE" install-debug: debug @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |