Merge pull request #537 from b4n/fix-binreloc
Fix binary relocation support
This commit is contained in:
commit
d32ca92a8a
@ -27,6 +27,10 @@ lib_LTLIBRARIES = libgeany.la
|
|||||||
geany_SOURCES = main.c
|
geany_SOURCES = main.c
|
||||||
geany_LDADD = libgeany.la $(GTK_LIBS) $(GTHREAD_LIBS) $(INTLLIBS)
|
geany_LDADD = libgeany.la $(GTK_LIBS) $(GTHREAD_LIBS) $(INTLLIBS)
|
||||||
|
|
||||||
|
if ENABLE_BINRELOC
|
||||||
|
geany_LDFLAGS = -Wl,-rpath='$$ORIGIN/../lib'
|
||||||
|
endif
|
||||||
|
|
||||||
geany_includedir = $(includedir)/geany
|
geany_includedir = $(includedir)/geany
|
||||||
geany_include_HEADERS = \
|
geany_include_HEADERS = \
|
||||||
app.h \
|
app.h \
|
||||||
|
@ -33,6 +33,7 @@
|
|||||||
#include "dialogs.h"
|
#include "dialogs.h"
|
||||||
#include "document.h"
|
#include "document.h"
|
||||||
#include "prefs.h"
|
#include "prefs.h"
|
||||||
|
#include "prefix.h"
|
||||||
#include "sciwrappers.h"
|
#include "sciwrappers.h"
|
||||||
#include "spawn.h"
|
#include "spawn.h"
|
||||||
#include "support.h"
|
#include "support.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user