diff options
Diffstat (limited to 'src/irc/dcc/Makefile.am')
-rw-r--r-- | src/irc/dcc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc/dcc/Makefile.am b/src/irc/dcc/Makefile.am index a2ca19e2..cf1e2ff5 100644 --- a/src/irc/dcc/Makefile.am +++ b/src/irc/dcc/Makefile.am @@ -1,6 +1,6 @@ noinst_LIBRARIES = libirc_dcc.a -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/core/ \ -I$(top_srcdir)/src/irc/core/ \ |