Changeset 57 for drsdaq


Ignore:
Timestamp:
06/11/09 08:01:39 (15 years ago)
Author:
ogrimm
Message:
Added linking option -rpath to allow linking without copying VME libraries to Linux system dir
File:
1 edited

Legend:

Unmodified
Added
Removed
  • drsdaq/Makefile

    r51 r57  
    2525endif
    2626
    27 CPPFLAGS = -DREVISION='"$(REVISION)"' -O3 -Wall $(VMECTRL)
     27CPPFLAGS = -DREVISION='"$(REVISION)"' -Wl,-rpath,VME/atlas/lib -O3 -Wall $(VMECTRL)
    2828LIBS = -lstdc++ -lz -lpthread -lutil -lfl -lreadline -ltermcap $(VMELIB)
    2929
Note: See TracChangeset for help on using the changeset viewer.