summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-07-16 22:46:02 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-07-21 20:44:26 +0000
commit7245ac11ef9be2420c8356c12acc79f93ea211bb (patch)
treee971c5c6e10c2310afe4b2cd80212feac9839f2a /build
parent7c2b95ef5e4ccdae01bd104aa7400294c9ea391b (diff)
Avoid implementations in .h files or #including .c files.
Also, avoid the need for putting `_XOPEN_SOURCE` in every test file.
Diffstat (limited to 'build')
-rw-r--r--build/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/Makefile.am b/build/Makefile.am
index c5c170a3..d9d2911e 100644
--- a/build/Makefile.am
+++ b/build/Makefile.am
@@ -1,5 +1,6 @@
1bin_PROGRAMS = 1bin_PROGRAMS =
2noinst_PROGRAMS = 2noinst_PROGRAMS =
3noinst_LTLIBRARIES =
3lib_LTLIBRARIES = 4lib_LTLIBRARIES =
4noinst_bindir = $(top_builddir)/build 5noinst_bindir = $(top_builddir)/build
5EXTRA_DIST= 6EXTRA_DIST=