summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2008-12-04 19:22:49 +0000
committerStef Walter <stef@memberwebs.com>2008-12-04 19:22:49 +0000
commitc980526f600dcc010b7a930be5413e3c7a4a8e96 (patch)
tree0037a162b51f19be95d8b71fe95d50f816ca02c9 /src/Makefile.am
parent2e781f246f5fd8bb499467339f071af6b5bfa53c (diff)
Initial template files
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
new file mode 100644
index 0000000..7d13b5e
--- /dev/null
+++ b/src/Makefile.am
@@ -0,0 +1,3 @@
+bin_PROGRAMS = p11-tests
+p11_tests_SOURCES = p11_tests.c
+AM_CFLAGS = -g -O0