diff options
Diffstat (limited to 'plugins/readdex')
-rw-r--r-- | plugins/readdex/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/readdex/Makefile.am b/plugins/readdex/Makefile.am index ce98d4a..36dd8bf 100644 --- a/plugins/readdex/Makefile.am +++ b/plugins/readdex/Makefile.am @@ -1,6 +1,8 @@ lib_LTLIBRARIES = libreaddex.la +libdir = $(pluginsdir) + libreaddex_la_SOURCES = \ class.h class.c \ code.h code.c \ |