diff options
author | Brent Cook <busterb@gmail.com> | 2014-07-10 06:07:09 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2014-07-10 06:07:09 -0500 |
commit | e9eff5016a4ec2153c037c1b888acd2755965755 (patch) | |
tree | 2b452b71a3fe94a9b25ce06404c55e1d0ea2dd95 /Makefile.am.common | |
download | portable-e9eff5016a4ec2153c037c1b888acd2755965755.tar.gz portable-e9eff5016a4ec2153c037c1b888acd2755965755.tar.bz2 portable-e9eff5016a4ec2153c037c1b888acd2755965755.zip |
initial top-level import
Diffstat (limited to 'Makefile.am.common')
-rw-r--r-- | Makefile.am.common | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am.common b/Makefile.am.common new file mode 100644 index 0000000..05fb225 --- /dev/null +++ b/Makefile.am.common | |||
@@ -0,0 +1,4 @@ | |||
1 | AM_CPPFLAGS = -I$(top_srcdir)/include | ||
2 | AM_CPPFLAGS += -I$(top_srcdir)/libottery/src | ||
3 | AM_CPPFLAGS += -DOPENSSL_NO_ASM | ||
4 | AM_CPPFLAGS += -DLIBBSD_OVERLAY | ||