Changeset 1044


Ignore:
Timestamp:
10/12/06 15:42:33 (7 years ago)
Author:
perry
Message:

Dont link shared librarys against static libraries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libpacketdump/Makefile.am

    r1031 r1044  
    117117 
    118118INCLUDES= @ADD_INCLS@ -I../lib  
    119 libpacketdump_la_LIBADD = @ADD_LIBS@ @LEXLIB@ 
     119 
     120# NOTE: You CANNOT add @LEXLIBS@ here, as they are statically compiled 
     121# which on non x86_32 platforms means that they cannot be linked into 
     122# a shared library. 
     123libpacketdump_la_LIBADD = @ADD_LIBS@  
    120124libpacketdump_la_LDFLAGS=\ 
    121125        -version-info @LIBTRACE_MAJOR@:@LIBTRACE_MINOR@:@LIBTRACE_MID@ \ 
Note: See TracChangeset for help on using the changeset viewer.