Changeset 233

Show
Ignore:
Timestamp:
02/22/08 20:35:58 (4 years ago)
Author:
ath
Message:

Fix a stupid typo which was preventing fm_gui from working when compiled from the buildroot.

Location:
trunk/fm_gui/src
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/fm_gui/src/Makefile.am

    r213 r233  
    77 
    88AM_LDFLAGS = $(FM_GUI_LIBS) \ 
    9         $(RGC_CLIENT_LIBS) 
     9        $(RGC_CLIENT_LIBS) \ 
    1010        -export-dynamic 
    1111 
  • trunk/fm_gui/src/Makefile.in

    r220 r233  
    232232 
    233233AM_LDFLAGS = $(FM_GUI_LIBS) \ 
    234         $(RGC_CLIENT_LIBS) 
     234        $(RGC_CLIENT_LIBS) \ 
     235        -export-dynamic 
    235236 
    236237fm_gui_SOURCES = \ 
     
    650651        uninstall-binPROGRAMS 
    651652 
    652         -export-dynamic 
    653653# Tell versions [3.59,3.63) of GNU make to not export all variables. 
    654654# Otherwise a system limit (for SysV at least) may be exceeded.