iphreeqc/testcpp/Makefile.am
Scott R Charlton ffc76d6a4a working on autotools
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4260 1feff8c3-07ed-0310-ac33-dd36852eb9cd
2010-04-15 06:47:05 +00:00

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