Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 247909
Collapse All | Expand All

(-)nvclock0.8b4.orig/src/Makefile.in (-1 / +1 lines)
Lines 15-21 Link Here
15
ifeq ($(HAVE_NVCONTROL), yes)
15
ifeq ($(HAVE_NVCONTROL), yes)
16
    DEPS=$(libbackend) $(libnvcontrol)
16
    DEPS=$(libbackend) $(libnvcontrol)
17
    INCLUDES=@X11_CFLAGS@ -I./backend -I./nvcontrol -I..
17
    INCLUDES=@X11_CFLAGS@ -I./backend -I./nvcontrol -I..
18
    LIBS=@X11_LIBS@ -L./backend -lbackend -L./nvcontrol -lnvcontrol
18
    LIBS=-L./backend -lbackend -L./nvcontrol -lnvcontrol @X11_LIBS@
19
else
19
else
20
    DEPS=$(libbackend)
20
    DEPS=$(libbackend)
21
    INCLUDES=-I./backend -I./nvcontrol -I..
21
    INCLUDES=-I./backend -I./nvcontrol -I..

Return to bug 247909