From 6a5ccd8bd4297f43b40d987e514abb8c5f929afd Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 2 May 2018 16:48:47 +0300 Subject: [PATCH] Do not add library path to avoid host contamination --- src/modules/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/Makefile.am b/src/modules/Makefile.am index e61f4e01..01c15bd4 100644 --- a/src/modules/Makefile.am +++ b/src/modules/Makefile.am @@ -11,7 +11,6 @@ AM_CPPFLAGS = \ # tell libtool we compile module not library AM_LDFLAGS = \ -no-undefined -module -avoid-version -shared -export-dynamic \ - -L$(libdir) \ $(GIO_LIBS) # the module should be linked only with libfm, not libfm-gtk or whatever