comparison mcabber/src/Makefile.am @ 1041:d4b97a2423eb

Introduce PGP utility functions
author Mikael Berthe <mikael@lilotux.net>
date Sun, 26 Nov 2006 10:30:52 +0100
parents b6c6734a781b
children 3b338a5c01fc
comparison
equal deleted inserted replaced
1040:b6c6734a781b 1041:d4b97a2423eb
2 mcabber_SOURCES = main.c roster.c roster.h events.c events.h \ 2 mcabber_SOURCES = main.c roster.c roster.h events.c events.h \
3 jabglue.c jabglue.h jab_iq.c jab_priv.h \ 3 jabglue.c jabglue.h jab_iq.c jab_priv.h \
4 commands.c commands.h compl.c compl.h \ 4 commands.c commands.h compl.c compl.h \
5 hbuf.c hbuf.h screen.c screen.h logprint.h \ 5 hbuf.c hbuf.h screen.c screen.h logprint.h \
6 settings.c settings.h hooks.c hooks.h utf8.c utf8.h \ 6 settings.c settings.h hooks.c hooks.h utf8.c utf8.h \
7 histolog.c histolog.h utils.c utils.h help.c help.h 7 histolog.c histolog.h utils.c utils.h pgp.c pgp.h \
8 help.c help.h
8 9
9 LDADD = $(GLIB_LIBS) $(GPGME_LIBS) \ 10 LDADD = $(GLIB_LIBS) $(GPGME_LIBS) \
10 ../libjabber/liblibjabber.a ../connwrap/libconnwrap.a 11 ../libjabber/liblibjabber.a ../connwrap/libconnwrap.a
11 12
12 AM_CPPFLAGS = $(GLIB_CFLAGS) $(GPGME_CFLAGS) 13 AM_CPPFLAGS = $(GLIB_CFLAGS) $(GPGME_CFLAGS)