Ignore:
Timestamp:
May 24, 2008, 7:53:19 AM (15 years ago)
Author:
Peter
Message:

fixes #352

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build_support/yat.am

    r1324 r1327  
    2525##
    2626
    27 AM_CPPFLAGS = -I$(top_srcdir) $(BOOST_CPPFLAGS)
     27AM_CPPFLAGS = -I$(top_srcdir) $(GSL_CFLAGS) $(BOOST_CPPFLAGS)
     28
     29# this assumes that gsl has been installed with default
     30# libdir = ${exec_prefix}/lib = ${prefix}/lib
     31AM_LDFLAGS = -L$(GSL_PREFIX)/lib
Note: See TracChangeset for help on using the changeset viewer.