Fix frontend compilation on Linux

This commit is contained in:
Berke Viktor 2012-07-13 18:46:30 +02:00
parent 98dc22328f
commit 2e73e51505
2 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ bin_PROGRAMS = hexchat
INCLUDES = $(GUI_CFLAGS) -DG_DISABLE_CAST_CHECKS -DLOCALEDIR=\"$(localedir)\"
xchat_LDADD = ../common/libxchatcommon.a $(GUI_LIBS)
hexchat_LDADD = ../common/libxchatcommon.a $(GUI_LIBS)
EXTRA_DIST = \
about.h ascii.h banlist.h chanlist.h chanview.h chanview-tabs.c \
@ -26,7 +26,7 @@ sexy_spell = \
sexy-iso-codes.c sexy-marshal.c sexy-spell-entry.c
endif
xchat_SOURCES = about.c ascii.c banlist.c chanlist.c chanview.c custom-list.c \
hexchat_SOURCES = about.c ascii.c banlist.c chanlist.c chanview.c custom-list.c \
dccgui.c editlist.c fe-gtk.c fkeys.c gtkutil.c ignoregui.c joind.c menu.c \
maingui.c $(mmx_cmod_S) notifygui.c palette.c pixmaps.c plugin-tray.c $(plugingui_c) \
rawlog.c search.c servlistgui.c setup.c $(sexy_spell) textgui.c \

View File

@ -4,6 +4,6 @@ EXTRA_DIST = README
INCLUDES = $(COMMON_CFLAGS)
xchat_text_LDADD = ../common/libxchatcommon.a $(COMMON_LIBS)
xchat_text_SOURCES = fe-text.c fe-text.h
hexchat_text_LDADD = ../common/libxchatcommon.a $(COMMON_LIBS)
hexchat_text_SOURCES = fe-text.c fe-text.h