diff options
Diffstat (limited to 'misc/Makefile.am')
-rw-r--r-- | misc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/Makefile.am b/misc/Makefile.am index 5fe7d6f3e..5c9bbe853 100644 --- a/misc/Makefile.am +++ b/misc/Makefile.am @@ -28,4 +28,4 @@ maintainer-clean-generic: -rm -f Makefile.in xine-fontconv: xine-fontconv.c - $(CC) -g -o xine-fontconv xine-fontconv.c -lfreetype -lz -I/usr/include/freetype2 + $(CC) -W -Wall -g -o xine-fontconv xine-fontconv.c -lz `freetype-config --cflags` `freetype-config --libs` |