lastmsg/Makefile.am
author Mikael Berthe <mikael@lilotux.net>
Sun, 06 Jul 2014 17:02:23 +0200
changeset 48 06495be653fd
parent 10 14f4f6dcc75a
permissions -rw-r--r--
New module: show_mdr The module show_mdr displays the details of the received Delivery Messages when the contact has several connected resources.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
14f4f6dcc75a Add lastmsg module
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     1
14f4f6dcc75a Add lastmsg module
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     2
if INSTALL_MODULE_LASTMSG
14f4f6dcc75a Add lastmsg module
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     3
14f4f6dcc75a Add lastmsg module
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     4
pkglib_LTLIBRARIES = liblastmsg.la
14f4f6dcc75a Add lastmsg module
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     5
liblastmsg_la_SOURCES = lastmsg.c
14f4f6dcc75a Add lastmsg module
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     6
liblastmsg_la_LDFLAGS = -module -avoid-version -shared
14f4f6dcc75a Add lastmsg module
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     7
14f4f6dcc75a Add lastmsg module
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     8
LDADD = $(GLIB_LIBS) $(MCABBER_LIBS)
14f4f6dcc75a Add lastmsg module
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     9
AM_CPPFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS) $(MCABBER_CFLAGS)
14f4f6dcc75a Add lastmsg module
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    10
14f4f6dcc75a Add lastmsg module
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    11
endif