mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 00:28:23 +01:00
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4259 1feff8c3-07ed-0310-ac33-dd36852eb9cd
8 lines
200 B
Makefile
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
|