diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2018-04-22 09:50:50 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2018-04-22 09:50:50 (GMT) |
commit | 5194dad10519504c6c7416d85c9191a0075f9af1 (patch) | |
tree | 0705b405ea0fc5a055c5192a2281e490eca6827d /plugins/readdex | |
parent | b127b9d7c8cb99ac14578f6ccd486c1238192e89 (diff) |
Included all plugins headers in the installation process.
Diffstat (limited to 'plugins/readdex')
-rw-r--r-- | plugins/readdex/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/readdex/Makefile.am b/plugins/readdex/Makefile.am index b6c53a9..784007e 100644 --- a/plugins/readdex/Makefile.am +++ b/plugins/readdex/Makefile.am @@ -3,6 +3,7 @@ lib_LTLIBRARIES = libreaddex.la libdir = $(pluginsdir) + libreaddex_la_SOURCES = \ class.h class.c \ code.h code.c \ @@ -16,6 +17,11 @@ libreaddex_la_LDFLAGS = -L$(top_srcdir)/plugins/fmtp/.libs -lfmtp \ -L$(top_srcdir)/src/.libs -lchrysacore +devdir = $(includedir)/chrysalide-$(subdir) + +dev_HEADERS = $(libreaddex_la_SOURCES:%c=) + + AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) -I$(top_srcdir)/src AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS) |