diff options
Diffstat (limited to 'src/testzzuf/Makefile.am')
-rw-r--r-- | src/testzzuf/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testzzuf/Makefile.am b/src/testzzuf/Makefile.am index 2b72f404..c2fc9dee 100644 --- a/src/testzzuf/Makefile.am +++ b/src/testzzuf/Makefile.am | |||
@@ -8,7 +8,7 @@ if USE_PRIVATE_PLIBC_H | |||
8 | PLIBC_INCLUDE = -I$(top_srcdir)/src/include/plibc | 8 | PLIBC_INCLUDE = -I$(top_srcdir)/src/include/plibc |
9 | endif | 9 | endif |
10 | 10 | ||
11 | INCLUDES = $(PLIBC_INCLUDE) -I$(top_srcdir)/src/include | 11 | AM_CPPFLAGS = $(PLIBC_INCLUDE) -I$(top_srcdir)/src/include |
12 | 12 | ||
13 | EXTRA_DIST = README socat.c | 13 | EXTRA_DIST = README socat.c |
14 | 14 | ||