view mcabber/src/Makefile.am @ 76:a8f8492abd44

[/trunk] Changeset 90 by mikael * Cleaning * Fix a bug when the log file cannot be opened.
author mikael
date Sat, 16 Apr 2005 18:13:24 +0000
parents 1fc66b6c08ef
children 0bd578421ce9
line wrap: on
line source

bin_PROGRAMS = mcabber
mcabber_SOURCES = main.c jabglue.c jabglue.h commands.c commands.h \
		  roster.c roster.h hbuf.c hbuf.h screen.c screen.h \
		  buddies.c buddies.h \
		  parsecfg.c parsecfg.h utf8.c utf8.h \
		  utils.c utils.h lang.c lang.h list.h harddefines.h

LDADD = -lglib-2.0 -lncurses -lpanel -lssl \
	../libjabber/liblibjabber.a ../connwrap/libconnwrap.a

INCLUDES = $(GLIB_CFLAGS)

#SUBDIRS =