diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2008-12-29 04:37:40 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-12-29 04:37:40 +0100 |
commit | c1d42b3aecb3cd1166a668d5c712353a4fceaf3b (patch) | |
tree | 97b838e0c8269e5ea1aa4c2d656aa23fb842b7cc /Makefile.am.inc | |
parent | 4c0c73b02f31f5bf4b6c8efcc55251f684d76091 (diff) |
build: include Makefile.am.inc
Diffstat (limited to 'Makefile.am.inc')
-rw-r--r-- | Makefile.am.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am.inc b/Makefile.am.inc new file mode 100644 index 0000000..6128812 --- /dev/null +++ b/Makefile.am.inc @@ -0,0 +1,7 @@ +AM_CPPFLAGS = \ + -include $(top_builddir)/config.h + +AM_CFLAGS = + +AM_LDFLAGS = \ + -Wl,--as-needed |