comparison mcabber/src/Makefile.am @ 1604:351427ef0b4b

Remove #include's of C files
author Mikael Berthe <mikael@lilotux.net>
date Sun, 11 Oct 2009 15:59:53 +0200
parents c5ee395fbc8c
children fca9a4c17432
comparison
equal deleted inserted replaced
1603:54029aba9452 1604:351427ef0b4b
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 commands.c commands.h compl.c compl.h \ 3 commands.c commands.h compl.c compl.h \
4 hbuf.c hbuf.h screen.c screen.h logprint.h \ 4 hbuf.c hbuf.h screen.c screen.h logprint.h \
5 settings.c settings.h hooks.c hooks.h utf8.c utf8.h \ 5 settings.c settings.h hooks.c hooks.h utf8.c utf8.h \
6 histolog.c histolog.h utils.c utils.h pgp.c pgp.h \ 6 histolog.c histolog.h utils.c utils.h pgp.c pgp.h \
7 fifo.c fifo.h help.c help.h \ 7 xmpp.c xmpp.h xmpp_helper.c xmpp_helper.h xmpp_defines.h \
8 xmpp.c xmpp.h xmpp_helper.h caps.c caps.h 8 xmpp_iq.c xmpp_iq.h xmpp_iqrequest.c xmpp_iqrequest.h \
9 xmpp_muc.c xmpp_muc.h xmpp_s10n.c xmpp_s10n.h \
10 caps.c caps.h fifo.c fifo.h help.c help.h
9 11
10 if OTR 12 if OTR
11 mcabber_SOURCES += otr.c otr.h nohtml.c nohtml.h 13 mcabber_SOURCES += otr.c otr.h nohtml.c nohtml.h
12 endif 14 endif
13 15