Sort authors list alphabetically
[centerim5.git] / plugins / Makefile.am
blob8f42aeee131e822ba86d1e2def6553b134952603
1 # extaction plugin
2 if BUILD_EXTACTION
4 pkglib_LTLIBRARIES = extaction.la
6 # when you add files here, also add them in po/POTFILES.in
7 extaction_la_SOURCES = \
8         extaction.c
10 extaction_la_CPPFLAGS = \
11         $(PURPLE_CFLAGS) \
12         $(GLIB_CFLAGS) \
13         -I$(top_srcdir)
15 extaction_la_LDFLAGS = \
16         -avoid-version -module
18 extaction_la_LIBADD = \
19         $(PURPLE_LIBS) \
20         $(GLIB_LIBS)
22 endif # BUILD_EXTACTION