summaryrefslogtreecommitdiff
path: root/src/gui/gtk
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2005-03-20 10:09:42 +0000
committerSebastien Helleu <flashcode@flashtux.org>2005-03-20 10:09:42 +0000
commitfbcd5b3673928c70baabc05120f676c31ed60335 (patch)
tree099254f4456bd293154b169bbf47b82860df0374 /src/gui/gtk
parent7fe5afe3cbeef6abf2c84f2ef30d410725b66c9a (diff)
downloadweechat-fbcd5b3673928c70baabc05120f676c31ed60335.zip
Remove compilation in parent dir for gui dir
Diffstat (limited to 'src/gui/gtk')
-rw-r--r--src/gui/gtk/Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/gui/gtk/Makefile.am b/src/gui/gtk/Makefile.am
index f89bd7b5a..addc5bf08 100644
--- a/src/gui/gtk/Makefile.am
+++ b/src/gui/gtk/Makefile.am
@@ -19,12 +19,11 @@ INCLUDES = -DLOCALEDIR=\"$(datadir)/locale\" $(GTK_CFLAGS)
bin_PROGRAMS = weechat-gtk
-weechat_gtk_LDADD = ../../common/lib_weechat_main.a \
+weechat_gtk_LDADD = ../lib_weechat_gui_common.a \
+ ../../common/lib_weechat_main.a \
../../irc/lib_weechat_irc.a \
$(GTK_LIBS) \
../../plugins/lib_weechat_plugins.a $(PLUGINS_LIBS)
-weechat_gtk_SOURCES = ../gui.h \
- ../gui-common.c \
- gui-display.c \
+weechat_gtk_SOURCES = gui-display.c \
gui-input.c