diff -r a05815df848c -r 3dad6bd6cde2 ignore_auth/Makefile.am --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ignore_auth/Makefile.am Sat Nov 06 20:50:52 2010 +0100 @@ -0,0 +1,11 @@ + +if INSTALL_MODULE_IGNORE_AUTH + +pkglib_LTLIBRARIES = libignore_auth.la +libignore_auth_la_SOURCES = ignore_auth.c +libignore_auth_la_LDFLAGS = -module -avoid-version -shared + +LDADD = $(GLIB_LIBS) $(MCABBER_LIBS) +AM_CPPFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS) $(MCABBER_CFLAGS) + +endif