info_msgcount/Makefile.am
author Mikael Berthe <mikael@lilotux.net>
Sat, 25 Aug 2012 19:35:46 +0200
changeset 43 d759a8b8dbbe
parent 17 be7e71438f76
permissions -rw-r--r--
[killpresence] /killpresence: Allow '.' as a shortcut for cuurent JID
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
17
be7e71438f76 Add module info_msgcount
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     1
be7e71438f76 Add module info_msgcount
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     2
if INSTALL_MODULE_INFO_MSGCOUNT
be7e71438f76 Add module info_msgcount
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     3
be7e71438f76 Add module info_msgcount
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     4
pkglib_LTLIBRARIES = libinfo_msgcount.la
be7e71438f76 Add module info_msgcount
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     5
libinfo_msgcount_la_SOURCES = info_msgcount.c
be7e71438f76 Add module info_msgcount
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     6
libinfo_msgcount_la_LDFLAGS = -module -avoid-version -shared
be7e71438f76 Add module info_msgcount
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     7
be7e71438f76 Add module info_msgcount
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     8
LDADD = $(GLIB_LIBS) $(MCABBER_LIBS)
be7e71438f76 Add module info_msgcount
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     9
AM_CPPFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS) $(MCABBER_CFLAGS)
be7e71438f76 Add module info_msgcount
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    10
be7e71438f76 Add module info_msgcount
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    11
endif