comparison mcabber/src/Makefile.am @ 57:f381236239a4

[/trunk] Changeset 72 by mikael * Switch to autoconf and automake.
author mikael
date Wed, 06 Apr 2005 12:35:34 +0000
parents
children fb84760be386
comparison
equal deleted inserted replaced
56:1fa1185346be 57:f381236239a4
1 bin_PROGRAMS = mcabber
2 mcabber_SOURCES = main.c jabglue.c jabglue.h commands.c commands.h \
3 buddies.c buddies.h screen.c screen.h \
4 parsecfg.c parsecfg.h utf8.c utf8.h \
5 utils.c utils.h lang.c lang.h
6
7 LDADD = ../libjabber/liblibjabber.a ../connwrap/libconnwrap.a
8
9 #SUBDIRS =
10 #INCLUDES =
11