> @@ -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 or view it on GitHub: https://github.com/geany/geany-plugins/pull/460/files/a7b8054b6a65beec7a12a9a4d6de37ad74af4dd2#r70216485
