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/androhelpers | |
parent | b127b9d7c8cb99ac14578f6ccd486c1238192e89 (diff) |
Included all plugins headers in the installation process.
Diffstat (limited to 'plugins/androhelpers')
-rw-r--r-- | plugins/androhelpers/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/androhelpers/Makefile.am b/plugins/androhelpers/Makefile.am index 031396e..1eb374e 100644 --- a/plugins/androhelpers/Makefile.am +++ b/plugins/androhelpers/Makefile.am @@ -1,6 +1,9 @@ lib_LTLIBRARIES = libandrohelpers.la +libdir = $(pluginsdir) + + libandrohelpers_la_SOURCES = \ androhelpers.h androhelpers.c \ params.h params.c \ @@ -10,6 +13,11 @@ libandrohelpers_la_SOURCES = \ libandrohelpers_la_LDFLAGS = -L$(top_srcdir)/src/.libs -lchrysacore +devdir = $(includedir)/chrysalide-$(subdir) + +dev_HEADERS = $(libandrohelpers_la_SOURCES:%c=) + + AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) $(LIBPYTHON_CFLAGS) $(LIBPYGOBJECT_CFLAGS) \ -I$(top_srcdir)/src |