comment/Makefile.am
author Mikael Berthe <mikael@lilotux.net>
Sat, 25 Aug 2012 19:35:46 +0200
changeset 43 d759a8b8dbbe
parent 4 807420cf8002
permissions -rw-r--r--
[killpresence] /killpresence: Allow '.' as a shortcut for cuurent JID
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
99fd216641d8 Add module "comment", autotools stuff...
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     1
4
807420cf8002 More autotools stuff
Mikael Berthe <mikael@lilotux.net>
parents: 3
diff changeset
     2
if INSTALL_MODULE_COMMENT
807420cf8002 More autotools stuff
Mikael Berthe <mikael@lilotux.net>
parents: 3
diff changeset
     3
1
99fd216641d8 Add module "comment", autotools stuff...
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     4
pkglib_LTLIBRARIES = libcomment.la
99fd216641d8 Add module "comment", autotools stuff...
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     5
libcomment_la_SOURCES = comment.c
99fd216641d8 Add module "comment", autotools stuff...
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     6
libcomment_la_LDFLAGS = -module -avoid-version -shared
99fd216641d8 Add module "comment", autotools stuff...
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     7
3
7df50d56fbdd Fix modules' Makefiles
Mikael Berthe <mikael@lilotux.net>
parents: 1
diff changeset
     8
LDADD = $(GLIB_LIBS) $(MCABBER_LIBS)
7df50d56fbdd Fix modules' Makefiles
Mikael Berthe <mikael@lilotux.net>
parents: 1
diff changeset
     9
AM_CPPFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS) $(MCABBER_CFLAGS)
1
99fd216641d8 Add module "comment", autotools stuff...
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    10
99fd216641d8 Add module "comment", autotools stuff...
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    11
endif