comparison mcabber/src/Makefile.am @ 1040:b6c6734a781b

Add libgpgme detection
author Mikael Berthe <mikael@lilotux.net>
date Sun, 26 Nov 2006 10:14:47 +0100
parents a75f7a13df7b
children d4b97a2423eb
comparison
equal deleted inserted replaced
1039:f79e6d3d7190 1040:b6c6734a781b
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 help.c help.h
8 8
9 LDADD = $(GLIB_LIBS) \ 9 LDADD = $(GLIB_LIBS) $(GPGME_LIBS) \
10 ../libjabber/liblibjabber.a ../connwrap/libconnwrap.a 10 ../libjabber/liblibjabber.a ../connwrap/libconnwrap.a
11 11
12 INCLUDES = $(GLIB_CFLAGS) 12 AM_CPPFLAGS = $(GLIB_CFLAGS) $(GPGME_CFLAGS)
13 13
14 CLEANFILES = hgcset.h 14 CLEANFILES = hgcset.h
15 15
16 if HGCSET 16 if HGCSET
17 BUILT_SOURCES = hgcset.h 17 BUILT_SOURCES = hgcset.h