comparison mcabber/src/Makefile.am @ 384:d59e9b8c91d3

Merge UTF-8 changes
author Mikael Berthe <mikael@lilotux.net>
date Thu, 28 Jul 2005 20:24:28 +0100
parents bd5638c21834 39c5da51b387
children fb2325d24d13
comparison
equal deleted inserted replaced
382:4c6e8392e465 384:d59e9b8c91d3
2 mcabber_SOURCES = main.c jabglue.c jabglue.h roster.c roster.h \ 2 mcabber_SOURCES = main.c jabglue.c jabglue.h roster.c roster.h \
3 commands.c commands.h compl.c compl.h \ 3 commands.c commands.h compl.c compl.h \
4 hbuf.c hbuf.h screen.c screen.h logprint.h \ 4 hbuf.c hbuf.h screen.c screen.h logprint.h \
5 settings.c settings.h \ 5 settings.c settings.h \
6 hooks.c hooks.h histolog.c histolog.h \ 6 hooks.c hooks.h histolog.c histolog.h \
7 utf8.c utf8.h utils.c utils.h list.h harddefines.h 7 utils.c utils.h list.h harddefines.h
8 8
9 LDADD = -lglib-2.0 -lncurses -lpanel \ 9 LDADD = -lglib-2.0 -lncurses -lpanel \
10 ../libjabber/liblibjabber.a ../connwrap/libconnwrap.a 10 ../libjabber/liblibjabber.a ../connwrap/libconnwrap.a
11 11
12 INCLUDES = $(GLIB_CFLAGS) 12 INCLUDES = $(GLIB_CFLAGS)