diff options
Diffstat (limited to 'Makefile.in')
-rwxr-xr-x | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index ae6f5d4428..9494584b3b 100755 --- a/Makefile.in +++ b/Makefile.in @@ -370,7 +370,7 @@ ifneq (1,@USE_XRANDR@) # xbmc-xrandr.c gets picked up by the default make rules @echo "excluding xbmc-xrandr" else - $(SILENT_LD) $(CC) $(CFLAGS) $(LDFLAGS) -o xbmc-xrandr xbmc-xrandr.c -lXrandr -lX11 + $(SILENT_LD) $(CC) $(CFLAGS) $(LDFLAGS) -o xbmc-xrandr xbmc-xrandr.c -lXrandr -lX11 -lm endif tools/XBMCTex/XBMCTex: |