diff options
Diffstat (limited to 'doc/examples/Makefile.am')
-rw-r--r-- | doc/examples/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index 4cfc7be7..c1bbb451 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am | |||
@@ -1,11 +1,6 @@ | |||
1 | SUBDIRS = . | 1 | SUBDIRS = . |
2 | 2 | ||
3 | if USE_PRIVATE_PLIBC_H | ||
4 | PLIBC_INCLUDE = -I$(top_srcdir)/src/include/plibc | ||
5 | endif | ||
6 | |||
7 | AM_CPPFLAGS = \ | 3 | AM_CPPFLAGS = \ |
8 | $(PLIBC_INCLUDE) \ | ||
9 | -I$(top_srcdir)/src/include \ | 4 | -I$(top_srcdir)/src/include \ |
10 | @LIBGCRYPT_CFLAGS@ | 5 | @LIBGCRYPT_CFLAGS@ |
11 | 6 | ||