diff options
Diffstat (limited to 'src/fe-none/Makefile.am')
-rw-r--r-- | src/fe-none/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fe-none/Makefile.am b/src/fe-none/Makefile.am index 901de7ce..d06f04e1 100644 --- a/src/fe-none/Makefile.am +++ b/src/fe-none/Makefile.am @@ -1,10 +1,10 @@ bin_PROGRAMS = botti INCLUDES = \ - $(GLIB_CFLAGS) \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/core/ \ - -I$(top_srcdir)/src/irc/core/ + -I$(top_srcdir)/src/irc/core/ \ + $(GLIB_CFLAGS) botti_DEPENDENCIES = @COMMON_NOUI_LIBS@ |