mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4260 1feff8c3-07ed-0310-ac33-dd36852eb9cd
6 lines
161 B
Makefile
6 lines
161 B
Makefile
EXTRA_DIST = phreeqc.dat ex1
|
|
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
noinst_PROGRAMS = testcpp
|
|
testcpp_SOURCES = testcpp.cpp
|
|
testcpp_LDADD = ../src/libiphreeqc.la
|