> + %D%/geanyprj.h \ > + %D%/menu.c \ > + %D%/project.c \ > + %D%/sidebar.c \ > + %D%/utils.c \ > + %D%/xproject.c > + > +%C%_geanyprj_la_CFLAGS = $(AM_CFLAGS) > +%C%_geanyprj_la_LIBADD = $(COMMONLIBS) > + > +if UNITTESTS > +TESTS += %D%/unittests > +check_PROGRAMS += %D%/unittests > +%C%_unittests_SOURCES = %D%/unittests.c %D%/utils.c > +%C%_unittests_CFLAGS = $(GEANY_CFLAGS) -DUNITTESTS > +%C%_unittests_LDADD = @GEANY_LIBS@ $(INTLLIBS) @CHECK_LIBS@
don't this also require a `SHORTNAME` not to get rebuilt for no reason on subdirs? --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/277/files#r46151166
