Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
fix up the rpaths for our installed .so's
Browse files Browse the repository at this point in the history
svn path=/trunk/moon/; revision=148582
  • Loading branch information
Chris Toshok committed Dec 16, 2009
1 parent 8c0bf4d commit fb8240a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/Makefile.am
Expand Up @@ -17,7 +17,7 @@ INCLUDES = \

#--- libmoonloader ----------------------
libmoonloader_la_LDFLAGS = \
-avoid-version
-avoid-version -rpath $(pluginlibdir) -R $(pluginlibdir) -R $(libdir)

libmoonloader_la_LIBADD = -ldl $(LOADER_LIBS)

Expand All @@ -34,7 +34,7 @@ libmoonloaderxpi_la_SOURCES = $(libmoonloader_la_SOURCES)
#--- libmoonplugin ----------------------

libmoonplugin_la_LDFLAGS = \
-avoid-version
-avoid-version -rpath $(pluginlibdir) -R $(pluginlibdir) -R $(libdir)

libmoonplugin_la_LIBADD = $(top_builddir)/src/libmoon.la $(PLUGIN_LIBS)

Expand Down
2 changes: 2 additions & 0 deletions src/Makefile.am
Expand Up @@ -275,6 +275,8 @@ libmoonxpi_la_LIBADD = $(MOON_XPI_LIBS)

libmoonxpi_la_SOURCES = $(libmoon_la_SOURCES)

libmoon_la_LDFLAGS = -rpath /nowhere

runtime.lo: fullscreen.h incomplete-support.h drm.h

fullscreen.h: fullscreen.xaml xaml-to-header.exe
Expand Down

0 comments on commit fb8240a

Please sign in to comment.