summaryrefslogtreecommitdiffstats
path: root/plugins/imrelp/Makefile.am
blob: 167065b07ebc6a68a46f0b2a3cb2d10a303a183f (plain)
1
2
3
4
5
6
pkglib_LTLIBRARIES = imrelp.la

imrelp_la_SOURCES = imrelp.c
imrelp_la_CPPFLAGS = -I$(top_srcdir) $(pthreads_cflags) $(relp_cflags)
imrelp_la_LDFLAGS = -module -avoid-version
imrelp_la_LIBADD = $(relp_libs)