Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 136862 | Differences between
and this patch

Collapse All | Expand All

(-)boinc/clientgui/Makefile.am.orig (-2 / +2 lines)
Lines 78-85 Link Here
78
    ../lib/error_numbers.h \
78
    ../lib/error_numbers.h \
79
    locale $(mac_headers)
79
    locale $(mac_headers)
80
80
81
boinc_gui_CPPFLAGS = $(AM_CPPFLAGS) $(WX_CPPFLAGS) $(CLIENTGUIFLAGS) -I../wizards
81
boinc_gui_CPPFLAGS = $(AM_CPPFLAGS) $(WX_CPPFLAGS) $(CLIENTGUIFLAGS) -I../wizards -I./
82
boinc_gui_CXXFLAGS = $(AM_CXXFLAGS) $(WX_CXXFLAGS) $(CLIENTGUIFLAGS) -I../wizards
82
boinc_gui_CXXFLAGS = $(AM_CXXFLAGS) $(WX_CXXFLAGS) $(CLIENTGUIFLAGS) -I../wizards -I./
83
boinc_gui_LDADD = -L../lib -lboinc $(CLIENTGUILIBS)
83
boinc_gui_LDADD = -L../lib -lboinc $(CLIENTGUILIBS)
84
84
85
all-local: client_gui-bin
85
all-local: client_gui-bin

Return to bug 136862