summaryrefslogtreecommitdiffstats
path: root/plugins/imrelp/Makefile.am
blob: 53c9322cd9b7842f11a95cc12c526762da28a513 (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)