view mcabber/src/Makefile.am @ 73:1fc66b6c08ef

[/trunk] Changeset 87 by mikael * Check for glib and update Makefiles to use it.
author mikael
date Sat, 16 Apr 2005 11:59:26 +0000
parents e020828f65d0
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 =