Show
Ignore:
Timestamp:
07/15/09 16:05:12 (15 years ago)
Author:
trnewman
Message:

Added proper macros and cleaned up lib linking issues.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vtcross/trunk/src/libvtcross/Makefile.am

    r299 r323  
     1include $(top_srcdir)/Makefile.common 
     2 
    13INCLUDES = -I$(top_srcdir)/src/include 
    24 
     
    68libvtcross_la_SOURCES = libvtcross.cpp 
    79libvtcross_la_LDFLAGS = -version-info 1:0:0 
    8 libvtcross_la_LIBADD = ../lib/socketcomm/libsocketcomm.a 
     10libvtcross_la_LIBADD = $(CROSS_SOCKETCOMM_LA)  
    911 
    1012libvtcross_demo_SOURCES = libvtcross_demo.cpp 
    11 libvtcross_demo_LDADD = libvtcross.la 
     13libvtcross_demo_LDADD = $(CROSS_LA)  
    1214 
    1315libvtcross_demo_sml_SOURCES = libvtcross_demo_sml.cpp 
    14 libvtcross_demo_sml_LDADD = libvtcross.la 
     16libvtcross_demo_sml_LDADD = $(CROSS_LA) 
    1517