Added example program and necessary configuration macros.

This commit is contained in:
Atgeirr Flø Rasmussen
2012-02-02 15:41:46 +01:00
parent 9f49fca32e
commit 1c66958c0a
10 changed files with 1988 additions and 1 deletions

View File

@@ -2,7 +2,11 @@ AM_CPPFLAGS = \
-I$(top_srcdir)
noinst_PROGRAMS = \
hello
hello \
polymer_reorder
hello_SOURCES = \
SayHello.cpp
polymer_reorder_SOURCES = \
polymer_reorder.cpp