killpresence/Makefile.am
author Mikael Berthe <mikael@lilotux.net>
Wed, 31 Mar 2010 22:58:04 +0200
changeset 19 85296f26810e
permissions -rw-r--r--
Add module killpresence
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
19
85296f26810e Add module killpresence
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     1
85296f26810e Add module killpresence
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     2
if INSTALL_MODULE_KILLPRESENCE
85296f26810e Add module killpresence
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     3
85296f26810e Add module killpresence
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     4
pkglib_LTLIBRARIES = libkillpresence.la
85296f26810e Add module killpresence
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     5
libkillpresence_la_SOURCES = killpresence.c
85296f26810e Add module killpresence
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     6
libkillpresence_la_LDFLAGS = -module -avoid-version -shared
85296f26810e Add module killpresence
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     7
85296f26810e Add module killpresence
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     8
LDADD = $(GLIB_LIBS) $(MCABBER_LIBS)
85296f26810e Add module killpresence
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     9
AM_CPPFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS) $(MCABBER_CFLAGS)
85296f26810e Add module killpresence
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    10
85296f26810e Add module killpresence
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    11
endif