ignore_auth/Makefile.am
author Mikael Berthe <mikael@lilotux.net>
Sat, 13 Oct 2012 14:34:18 +0200
changeset 44 3f94f3522960
parent 38 3dad6bd6cde2
permissions -rw-r--r--
[killpresence] Add a command /probe to send a presence probe
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
38
3dad6bd6cde2 Add ignore_auth module
franky
parents:
diff changeset
     1
3dad6bd6cde2 Add ignore_auth module
franky
parents:
diff changeset
     2
if INSTALL_MODULE_IGNORE_AUTH
3dad6bd6cde2 Add ignore_auth module
franky
parents:
diff changeset
     3
3dad6bd6cde2 Add ignore_auth module
franky
parents:
diff changeset
     4
pkglib_LTLIBRARIES = libignore_auth.la
3dad6bd6cde2 Add ignore_auth module
franky
parents:
diff changeset
     5
libignore_auth_la_SOURCES = ignore_auth.c
3dad6bd6cde2 Add ignore_auth module
franky
parents:
diff changeset
     6
libignore_auth_la_LDFLAGS = -module -avoid-version -shared
3dad6bd6cde2 Add ignore_auth module
franky
parents:
diff changeset
     7
3dad6bd6cde2 Add ignore_auth module
franky
parents:
diff changeset
     8
LDADD = $(GLIB_LIBS) $(MCABBER_LIBS)
3dad6bd6cde2 Add ignore_auth module
franky
parents:
diff changeset
     9
AM_CPPFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS) $(MCABBER_CFLAGS)
3dad6bd6cde2 Add ignore_auth module
franky
parents:
diff changeset
    10
3dad6bd6cde2 Add ignore_auth module
franky
parents:
diff changeset
    11
endif