diff options
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r-- | plugins/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index ee51015782..a914a15f37 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -39,7 +39,8 @@ SUBDIRS = $(_CUSTOM_SUBDIRS_) \ EXTRA_DIST = \ $(_CUSTOM_EXTRA_DIST_) \ Custom.make.example \ - Custom.m4.example + Custom.m4.example \ + plugin.rc.in checkapi: for i in $(SUBDIRS); do \ |