1include $(top_srcdir)/build/vars.build.mk 2plugin = pohelper 3 4geanyplugins_LTLIBRARIES = pohelper.la 5 6 7pohelper_la_SOURCES = gph-plugin.c 8pohelper_la_CPPFLAGS = $(AM_CPPFLAGS) \ 9 -DG_LOG_DOMAIN=\"PoHelper\" 10pohelper_la_CFLAGS = $(AM_CFLAGS) 11pohelper_la_LIBADD = $(COMMONLIBS) 12 13include $(top_srcdir)/build/cppcheck.mk 14