annotate mcabber/src/Makefile.am @ 1598:a087125d8fc8

Replace libjabber with loudmouth
author franky
date Sun, 11 Oct 2009 15:38:32 +0200
parents 8d1bcc83ae32
children c5ee395fbc8c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
57
f381236239a4 [/trunk] Changeset 72 by mikael
mikael
parents:
diff changeset
1 bin_PROGRAMS = mcabber
745
413e95f3051a Introduce user "events" list
Mikael Berthe <mikael@lilotux.net>
parents: 577
diff changeset
2 mcabber_SOURCES = main.c roster.c roster.h events.c events.h \
94
9a4aa2797f02 [/trunk] Changeset 108 by mikael
mikael
parents: 81
diff changeset
3 commands.c commands.h compl.c compl.h \
374
bd5638c21834 Improve logging system (traces)
Mikael Berthe <mikael@lilotux.net>
parents: 364
diff changeset
4 hbuf.c hbuf.h screen.c screen.h logprint.h \
930
a75f7a13df7b UTF-8 terminal support (Reimar Döffinger)
Mikael Berthe <mikael@lilotux.net>
parents: 868
diff changeset
5 settings.c settings.h hooks.c hooks.h utf8.c utf8.h \
1041
d4b97a2423eb Introduce PGP utility functions
Mikael Berthe <mikael@lilotux.net>
parents: 1040
diff changeset
6 histolog.c histolog.h utils.c utils.h pgp.c pgp.h \
1598
a087125d8fc8 Replace libjabber with loudmouth
franky
parents: 1590
diff changeset
7 fifo.c fifo.h help.c help.h \
a087125d8fc8 Replace libjabber with loudmouth
franky
parents: 1590
diff changeset
8 xmpp.c xmpp.h xmpp_helper.h
1426
a64778f5f26b Implement FIFO named command pipe
Mikael Berthe <mikael@lilotux.net>
parents: 1309
diff changeset
9
1309
887f8801418c Only compile otr.c if libotr is available
franky@veqlargh.fs
parents: 1300
diff changeset
10 if OTR
1470
a8b924b5474c The OTR protocol expects (X)HTML messsages
Mikael Berthe <mikael@lilotux.net>
parents: 1448
diff changeset
11 mcabber_SOURCES += otr.c otr.h nohtml.c nohtml.h
1309
887f8801418c Only compile otr.c if libotr is available
franky@veqlargh.fs
parents: 1300
diff changeset
12 endif
57
f381236239a4 [/trunk] Changeset 72 by mikael
mikael
parents:
diff changeset
13
1598
a087125d8fc8 Replace libjabber with loudmouth
franky
parents: 1590
diff changeset
14 LDADD = $(GLIB_LIBS) $(LOUDMOUTH_LIBS) $(GPGME_LIBS) $(LIBOTR_LIBS) \
a087125d8fc8 Replace libjabber with loudmouth
franky
parents: 1590
diff changeset
15 $(ENCHANT_LIBS)
57
f381236239a4 [/trunk] Changeset 72 by mikael
mikael
parents:
diff changeset
16
1598
a087125d8fc8 Replace libjabber with loudmouth
franky
parents: 1590
diff changeset
17 AM_CPPFLAGS = $(GLIB_CFLAGS) $(LOUDMOUTH_CFLAGS) $(GPGME_CFLAGS) \
a087125d8fc8 Replace libjabber with loudmouth
franky
parents: 1590
diff changeset
18 $(LIBOTR_CFLAGS) $(ENCHANT_CFLAGS)
73
1fc66b6c08ef [/trunk] Changeset 87 by mikael
mikael
parents: 67
diff changeset
19
781
d3af6877a7df Add --enable-hgcset to configure script
Mikael Berthe <mikael@lilotux.net>
parents: 777
diff changeset
20 CLEANFILES = hgcset.h
d3af6877a7df Add --enable-hgcset to configure script
Mikael Berthe <mikael@lilotux.net>
parents: 777
diff changeset
21
d3af6877a7df Add --enable-hgcset to configure script
Mikael Berthe <mikael@lilotux.net>
parents: 777
diff changeset
22 if HGCSET
777
e6d42f239541 "/version" shows Mercurial changeset (if there's one)
Mikael Berthe <mikael@lilotux.net>
parents: 745
diff changeset
23 BUILT_SOURCES = hgcset.h
e6d42f239541 "/version" shows Mercurial changeset (if there's one)
Mikael Berthe <mikael@lilotux.net>
parents: 745
diff changeset
24
e6d42f239541 "/version" shows Mercurial changeset (if there's one)
Mikael Berthe <mikael@lilotux.net>
parents: 745
diff changeset
25 hgcset.h:
e6d42f239541 "/version" shows Mercurial changeset (if there's one)
Mikael Berthe <mikael@lilotux.net>
parents: 745
diff changeset
26 ../hgcset.sh
e6d42f239541 "/version" shows Mercurial changeset (if there's one)
Mikael Berthe <mikael@lilotux.net>
parents: 745
diff changeset
27
781
d3af6877a7df Add --enable-hgcset to configure script
Mikael Berthe <mikael@lilotux.net>
parents: 777
diff changeset
28 .PHONY: hgcset.h
d3af6877a7df Add --enable-hgcset to configure script
Mikael Berthe <mikael@lilotux.net>
parents: 777
diff changeset
29 endif
57
f381236239a4 [/trunk] Changeset 72 by mikael
mikael
parents:
diff changeset
30
781
d3af6877a7df Add --enable-hgcset to configure script
Mikael Berthe <mikael@lilotux.net>
parents: 777
diff changeset
31 #SUBDIRS =