comparison mcabber/src/Makefile.am @ 135:ef898db62b79

[/trunk] Changeset 148 by mikael * Get rid of lang. Maybe we'll use gettext later... (?)
author mikael
date Thu, 28 Apr 2005 17:56:58 +0000
parents 8ac67e951eab
children 417880d6eea2
comparison
equal deleted inserted replaced
134:e19ad58c3cad 135:ef898db62b79
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 \ 4 hbuf.c hbuf.h screen.c screen.h \
5 parsecfg.c parsecfg.h utf8.c utf8.h \ 5 parsecfg.c parsecfg.h utf8.c utf8.h \
6 hooks.c hooks.h histolog.c histolog.h \ 6 hooks.c hooks.h histolog.c histolog.h \
7 utils.c utils.h lang.c lang.h list.h harddefines.h 7 utils.c utils.h list.h harddefines.h
8 8
9 LDADD = -lglib-2.0 -lncurses -lpanel -lssl \ 9 LDADD = -lglib-2.0 -lncurses -lpanel -lssl \
10 ../libjabber/liblibjabber.a ../connwrap/libconnwrap.a 10 ../libjabber/liblibjabber.a ../connwrap/libconnwrap.a
11 11
12 INCLUDES = $(GLIB_CFLAGS) 12 INCLUDES = $(GLIB_CFLAGS)