aboutsummaryrefslogtreecommitdiff
path: root/src/examples/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/Makefile.am')
-rw-r--r--src/examples/Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am
index f5fd2be0..f8147bbf 100644
--- a/src/examples/Makefile.am
+++ b/src/examples/Makefile.am
@@ -1,11 +1,6 @@
1SUBDIRS = . 1SUBDIRS = .
2 2
3if USE_PRIVATE_PLIBC_H
4 PLIBC_INCLUDE = -I$(top_srcdir)/src/include/plibc
5endif
6
7AM_CPPFLAGS = \ 3AM_CPPFLAGS = \
8 $(PLIBC_INCLUDE) \
9 -I$(top_srcdir)/src/include \ 4 -I$(top_srcdir)/src/include \
10 -DDATA_DIR=\"$(top_srcdir)/src/datadir/\" 5 -DDATA_DIR=\"$(top_srcdir)/src/datadir/\"
11 6