Ignore:
Timestamp:
2016-03-17T10:14:28+13:00 (8 years ago)
Author:
davidb
Message:

Minor changes to help code compile on MacOS El Capitan

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/audioDB/trunk/src/src/audioDB-Makefile.in

    r24331 r30413  
    22GENGETOPT=gengetopt
    33SOAPCPP2=soapcpp2
    4 GSOAP_INCLUDE=$(shell pkg-config --cflags gsoap++)
    5 GSOAP_CPP=$(shell pkg-config --libs gsoap++)
    6 GSL_INCLUDE=$(shell pkg-config --cflags gsl)
    7 LIBGSL=$(shell pkg-config --libs gsl)
     4#GSOAP_INCLUDE=$(shell pkg-config --cflags gsoap++)
     5#GSOAP_CPP=$(shell pkg-config --libs gsoap++)
     6#GSL_INCLUDE=$(shell pkg-config --cflags gsl)
     7#LIBGSL=$(shell pkg-config --libs gsl)
     8
     9GSOAP_INCLUDE=$(CFLAGS)
     10GSOAP_CPP=$(LDFLAGS) -lgsoap++
     11GSL_INCLUDE=$(CFLAGS)
     12LIBGSL=$(LDFLAGS) -lgsl -lgslcblas -lm
    813
    914TESTDIRS=tests libtests
Note: See TracChangeset for help on using the changeset viewer.