diff options
author | Linus Nordberg <linus@nordberg.se> | 2013-05-08 22:18:27 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2013-05-08 22:18:27 +0200 |
commit | b73a7432ab85d5ca8d0683166c2c7cc75553db69 (patch) | |
tree | 4a606350f10648c64e221cee351c8613d57d702a /lib/examples | |
parent | f08d4effdb7fb0dbe63b73d4fa4e3310d3b3e0ca (diff) |
Pass make distcheck.
Diffstat (limited to 'lib/examples')
-rw-r--r-- | lib/examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/examples/Makefile.am b/lib/examples/Makefile.am index bfd31e8..f300627 100644 --- a/lib/examples/Makefile.am +++ b/lib/examples/Makefile.am @@ -1,5 +1,5 @@ AUTOMAKE_OPTIONS = foreign -INCLUDES = -I$(top_srcdir)/include +INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir) AM_CFLAGS = -Wall -Werror -g noinst_PROGRAMS = client |