comparison mcabber/src/Makefile.am @ 67:e020828f65d0

[/trunk] Changeset 82 by mikael * Fixes for auto{conf,make}
author mikael
date Tue, 12 Apr 2005 09:40:41 +0000
parents fb84760be386
children 1fc66b6c08ef
comparison
equal deleted inserted replaced
66:de3a34fba6aa 67:e020828f65d0
2 mcabber_SOURCES = main.c jabglue.c jabglue.h commands.c commands.h \ 2 mcabber_SOURCES = main.c jabglue.c jabglue.h commands.c commands.h \
3 buddies.c buddies.h screen.c screen.h \ 3 buddies.c buddies.h screen.c screen.h \
4 parsecfg.c parsecfg.h utf8.c utf8.h \ 4 parsecfg.c parsecfg.h utf8.c utf8.h \
5 utils.c utils.h lang.c lang.h list.h harddefines.h 5 utils.c utils.h lang.c lang.h list.h harddefines.h
6 6
7 LDADD = ../libjabber/liblibjabber.a ../connwrap/libconnwrap.a 7 LDADD = -lncurses -lpanel -lssl \
8 ../libjabber/liblibjabber.a ../connwrap/libconnwrap.a
8 9
9 #SUBDIRS = 10 #SUBDIRS =
10 #INCLUDES = 11 #INCLUDES =
11 12