~ubuntu-branches/ubuntu/trusty/ibutils/trusty-proposed

« back to all changes in this revision

Viewing changes to ibmgtsim/src/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Roland Dreier
  • Date: 2012-12-03 11:45:32 UTC
  • Revision ID: package-import@ubuntu.com-20121203114532-zz0zk41tw0hzdy7w
Tags: 1.5.7-1
* Acknowledge NMU. (Closes: #690603)
* Convert to minimized rules file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
ibmssh_SOURCES = sim.cpp server.cpp node.cpp dispatcher.cpp \
77
77
         ibmssh_wrap.cpp sma.cpp pma.cpp vsa.cpp randmgr.cpp
78
78
 
79
 
ibmssh_LDFLAGS = -static -Wl,-rpath -Wl,$(TCL_PREFIX)/lib \
80
 
        -Wl,-rpath -Wl,$(IBDM_PREFIX)/lib
 
79
ibmssh_LDFLAGS = -static
81
80
 
82
81
ibmssh_LDADD = -libmscli $(IBDM_LIB) $(TCL_LIBS) -lpthread
83
82