Ignore:
Timestamp:
10/04/04 12:25:01 (20 years ago)
Author:
moralejo
Message:
Added  ROOTLIBS = root-config --libs   to the compilation flags
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/Starfield/Makefile

    r5110 r5165  
    33## Starfield Generator Makefile
    44##
    5 ## $Id: Makefile,v 1.4 2004-09-17 17:36:25 moralejo Exp $
     5## $Id: Makefile,v 1.5 2004-10-04 11:25:01 moralejo Exp $
    66##   
    77##################################################################
     
    2525CXXFLAGS =  ${WARNINGS} ${INCLUDES}
    2626
    27 LIBS     = -L${RANLIBDIR} -L/usr/local/lib -L/usr/lib  -lm
     27ROOTLIBS =  `root-config --libs`
     28LIBS     = -L${RANLIBDIR} -L/usr/local/lib -L/usr/lib -lm ${ROOTLIBS}
    2829
    2930
Note: See TracChangeset for help on using the changeset viewer.