diff options
Diffstat (limited to 'sample/Makefile.am')
-rw-r--r-- | sample/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/Makefile.am b/sample/Makefile.am index 9a376e8c..b309fa48 100644 --- a/sample/Makefile.am +++ b/sample/Makefile.am @@ -1,7 +1,7 @@ AUTOMAKE_OPTIONS = foreign no-dependencies LDADD = ../libevent.la -AM_CFLAGS = -I$(top_srcdir) -I$(top_srcdir)/compat -I$(top_srcdir)/include +AM_CFLAGS = -I$(top_srcdir) -I$(top_srcdir)/compat -I$(top_srcdir)/include -I../include noinst_PROGRAMS = event-test time-test signal-test dns-example hello-world |