mirror of https://github.com/BOINC/boinc.git
Another out-of-tree build fix
This commit is contained in:
parent
8454d1ffe8
commit
6f342d7c8a
|
@ -41,7 +41,7 @@ libboinc_api_la_LDFLAGS = -L$(libdir) -rpath $(libdir) -version-number $(LIBBOIN
|
|||
if BUILD_GRAPHICS_API
|
||||
lib_LTLIBRARIES += libboinc_graphics2.la
|
||||
libboinc_graphics2_la_SOURCES = $(graphics2_files)
|
||||
libboinc_graphics2_la_CPPFLAGS = -I$(top_srcdir)/lib
|
||||
# libboinc_graphics2_la_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/lib
|
||||
libboinc_graphics2_la_LDFLAGS = -L$(libdir) -rpath $(libdir) -version-number $(LIBBOINC_VERSION)
|
||||
endif #BUILD_GRAPHICS_API
|
||||
|
||||
|
|
Loading…
Reference in New Issue