iphreeqc/testcpp/Makefile.am
Scott R Charlton 32c9be79db working on autotools integration
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4259 1feff8c3-07ed-0310-ac33-dd36852eb9cd
2010-04-15 03:36:24 +00:00

8 lines
200 B
Makefile

EXTRA_DIST = phreeqc.dat ex1
AM_CPPFLAGS = -I../include
##AM_LDFLAGS = -L../lib
bin_PROGRAMS = testcpp
testcpp_SOURCES = testcpp.cpp
##testcpp_LDADD = -liphreeqc
testcpp_LDADD = ../src/libiphreeqc.la