summaryrefslogtreecommitdiff
path: root/src/irc
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc')
-rw-r--r--src/irc/bot/Makefile.am7
-rw-r--r--src/irc/core/Makefile.am5
-rw-r--r--src/irc/dcc/Makefile.am7
-rw-r--r--src/irc/flood/Makefile.am7
-rw-r--r--src/irc/notifylist/Makefile.am7
-rw-r--r--src/irc/proxy/Makefile.am7
6 files changed, 28 insertions, 12 deletions
diff --git a/src/irc/bot/Makefile.am b/src/irc/bot/Makefile.am
index 4e5e83ea..a97abf07 100644
--- a/src/irc/bot/Makefile.am
+++ b/src/irc/bot/Makefile.am
@@ -3,8 +3,11 @@ module_LTLIBRARIES = libirc_bot.la
libirc_bot_la_LDFLAGS = -avoid-version
-INCLUDES = $(GLIB_CFLAGS) \
- -I$(top_srcdir)/src -I$(top_srcdir)/src/core/ -I$(top_srcdir)/src/irc/core/
+INCLUDES = \
+ -I$(top_srcdir)/src \
+ -I$(top_srcdir)/src/core/ \
+ -I$(top_srcdir)/src/irc/core/ \
+ $(GLIB_CFLAGS)
libirc_bot_la_LIBADD = -lcrypt
diff --git a/src/irc/core/Makefile.am b/src/irc/core/Makefile.am
index 9cf60f06..d4ee0fa3 100644
--- a/src/irc/core/Makefile.am
+++ b/src/irc/core/Makefile.am
@@ -1,9 +1,10 @@
noinst_LIBRARIES = libirc_core.a
INCLUDES = \
- $(GLIB_CFLAGS) \
+ -I$(top_srcdir)/src \
+ -I$(top_srcdir)/src/core \
-DSYSCONFDIR=\""$(sysconfdir)"\" \
- -I$(top_srcdir)/src -I$(top_srcdir)/src/core
+ $(GLIB_CFLAGS)
libirc_core_a_SOURCES = \
bans.c \
diff --git a/src/irc/dcc/Makefile.am b/src/irc/dcc/Makefile.am
index d59aa043..bd6d440a 100644
--- a/src/irc/dcc/Makefile.am
+++ b/src/irc/dcc/Makefile.am
@@ -1,7 +1,10 @@
noinst_LIBRARIES = libirc_dcc.a
-INCLUDES = $(GLIB_CFLAGS) \
- -I$(top_srcdir)/src -I$(top_srcdir)/src/core/ -I$(top_srcdir)/src/irc/core/
+INCLUDES = \
+ -I$(top_srcdir)/src \
+ -I$(top_srcdir)/src/core/ \
+ -I$(top_srcdir)/src/irc/core/ \
+ $(GLIB_CFLAGS)
libirc_dcc_a_SOURCES = \
dcc.c \
diff --git a/src/irc/flood/Makefile.am b/src/irc/flood/Makefile.am
index 2891842b..066da565 100644
--- a/src/irc/flood/Makefile.am
+++ b/src/irc/flood/Makefile.am
@@ -1,7 +1,10 @@
noinst_LIBRARIES = libirc_flood.a
-INCLUDES = $(GLIB_CFLAGS) \
- -I$(top_srcdir)/src -I$(top_srcdir)/src/core/ -I$(top_srcdir)/src/irc/core/
+INCLUDES = \
+ -I$(top_srcdir)/src \
+ -I$(top_srcdir)/src/core/ \
+ -I$(top_srcdir)/src/irc/core/ \
+ $(GLIB_CFLAGS)
libirc_flood_a_SOURCES = \
autoignore.c \
diff --git a/src/irc/notifylist/Makefile.am b/src/irc/notifylist/Makefile.am
index a5fb387e..5734f9a7 100644
--- a/src/irc/notifylist/Makefile.am
+++ b/src/irc/notifylist/Makefile.am
@@ -1,7 +1,10 @@
noinst_LIBRARIES = libirc_notifylist.a
-INCLUDES = $(GLIB_CFLAGS) \
- -I$(top_srcdir)/src -I$(top_srcdir)/src/core/ -I$(top_srcdir)/src/irc/core/
+INCLUDES = \
+ -I$(top_srcdir)/src \
+ -I$(top_srcdir)/src/core/ \
+ -I$(top_srcdir)/src/irc/core/ \
+ $(GLIB_CFLAGS)
libirc_notifylist_a_SOURCES = \
notifylist.c \
diff --git a/src/irc/proxy/Makefile.am b/src/irc/proxy/Makefile.am
index c711da0a..18d26081 100644
--- a/src/irc/proxy/Makefile.am
+++ b/src/irc/proxy/Makefile.am
@@ -1,8 +1,11 @@
moduledir = $(libdir)/irssi/modules
module_LTLIBRARIES = libirc_proxy.la
-INCLUDES = $(GLIB_CFLAGS) -I$(top_srcdir)/src -I$(top_srcdir)/src/core/ \
- -I$(top_srcdir)/src/irc/core/
+INCLUDES = \
+ -I$(top_srcdir)/src \
+ -I$(top_srcdir)/src/core/ \
+ -I$(top_srcdir)/src/irc/core/ \
+ $(GLIB_CFLAGS)
libirc_proxy.a:
rm -f libirc_proxy.a