show_mdr/Makefile.am
author Mikael Berthe <mikael@lilotux.net>
Thu, 05 Nov 2015 15:03:18 +0100
changeset 52 18621bbdd2b2
parent 48 06495be653fd
permissions -rw-r--r--
[show_mdr] Fix memory leak
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
48
06495be653fd New module: show_mdr
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     1
06495be653fd New module: show_mdr
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     2
if INSTALL_MODULE_SHOW_MDR
06495be653fd New module: show_mdr
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     3
06495be653fd New module: show_mdr
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     4
pkglib_LTLIBRARIES = libshow_mdr.la
06495be653fd New module: show_mdr
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     5
libshow_mdr_la_SOURCES = show_mdr.c
06495be653fd New module: show_mdr
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     6
libshow_mdr_la_LDFLAGS = -module -avoid-version -shared
06495be653fd New module: show_mdr
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     7
06495be653fd New module: show_mdr
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     8
LDADD = $(GLIB_LIBS) $(MCABBER_LIBS)
06495be653fd New module: show_mdr
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     9
AM_CPPFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS) $(MCABBER_CFLAGS)
06495be653fd New module: show_mdr
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    10
06495be653fd New module: show_mdr
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    11
endif