Changeset 5429 for trunk/jons-gtk2-gui

Show
Ignore:
Timestamp:
09/25/07 05:17:57 (14 months ago)
Author:
erijo
Message:

Remove -rpath for all plugins since I can't see a reason for having it
there. Fixes #847.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/jons-gtk2-gui/src/Makefile.am

    r4526 r5429  
    4545                utilities.cpp 
    4646 
    47 licq_jons_gtk2_gui_la_LDFLAGS = -s -module -avoid-version -rpath $(libdir) \ 
     47licq_jons_gtk2_gui_la_LDFLAGS = -s -module -avoid-version \ 
    4848     `pkg-config --libs gtk+-2.0` $(X_LIBS) $(XSS_LIBS) 
    4949