summaryrefslogtreecommitdiff
path: root/examples/simple/Makefile.am
blob: 0fe51854012e64c5223dd91cbe940f0001706a4e (plain)
1
2
3
4
5
6
7
8
9
10
11
EXTRA_DIST = simple.vcproj simple_plugin.opt simple_plugin.vcproj SimplePlugIn.cpp

AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include

noinst_PROGRAMS = simple

simple_SOURCES = ExampleTestCase.cpp Main.cpp  ExampleTestCase.h

simple_LDADD = \
  $(top_builddir)/src/cppunit/libcppunit.la \
  $(LIBADD_DL)