> @@ -0,0 +1,10 @@ > +include $(top_srcdir)/build/vars.build.mk > +plugin = autoclose > + > +geanyplugins_LTLIBRARIES = autoclose.la > + > +autoclose_la_SOURCES = autoclose.c > +autoclose_la_CPPFLAGS = $(AM_CPPFLAGS) -DG_LOG_DOMAIN=\"AutoClose\" > +autoclose_la_LIBADD = $(COMMONLIBS)
Please check for right prefix -> s/autoclose/keyrecord
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.