1include $(top_srcdir)/build/vars.build.mk
2plugin = lineoperations
3
4geanyplugins_LTLIBRARIES = lineoperations.la
5
6lineoperations_la_SOURCES = \
7	lo_fns.h \
8	lo_fns.c \
9	lo_prefs.h \
10	lo_prefs.c \
11	lineoperations.c
12
13lineoperations_la_CPPFLAGS = $(AM_CPPFLAGS) -DG_LOG_DOMAIN=\"LineOperations\"
14lineoperations_la_LIBADD = $(COMMONLIBS)
15
16include $(top_srcdir)/build/cppcheck.mk
17