Add logic to run termex tests during build
[centerim5.git] / plugins / Makefile.am
blobd2ac69e1bba6a17976208957a13b89de7fb687e2
1 pkglib_LTLIBRARIES = extaction.la
3 # When you add files here, also add them in po/POTFILES.in.
4 extaction_la_SOURCES = \
5         extaction.c
7 extaction_la_CPPFLAGS = \
8         $(PURPLE_CFLAGS) \
9         $(GLIB_CFLAGS) \
10         -I$(top_srcdir)
12 extaction_la_LDFLAGS = \
13         -avoid-version -module
15 extaction_la_LIBADD = \
16         $(PURPLE_LIBS) \
17         $(GLIB_LIBS)