diff mcabber/src/Makefile.am @ 1470:a8b924b5474c

The OTR protocol expects (X)HTML messsages
author Mikael Berthe <mikael@lilotux.net>
date Sun, 13 Apr 2008 13:01:32 +0200
parents 844410b9b4cc
children 8d1bcc83ae32
line wrap: on
line diff
--- a/mcabber/src/Makefile.am	Sun Apr 13 08:33:50 2008 +0200
+++ b/mcabber/src/Makefile.am	Sun Apr 13 13:01:32 2008 +0200
@@ -8,7 +8,7 @@
 		  fifo.c fifo.h help.c help.h
 
 if OTR
-mcabber_SOURCES += otr.c otr.h
+mcabber_SOURCES += otr.c otr.h nohtml.c nohtml.h
 endif
 
 LDADD = $(GLIB_LIBS) $(GPGME_LIBS) $(LIBOTR_LIBS) \