summaryrefslogtreecommitdiff
path: root/plugins/dalvik/operands
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-04-22 09:50:50 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-04-22 09:50:50 (GMT)
commit5194dad10519504c6c7416d85c9191a0075f9af1 (patch)
tree0705b405ea0fc5a055c5192a2281e490eca6827d /plugins/dalvik/operands
parentb127b9d7c8cb99ac14578f6ccd486c1238192e89 (diff)
Included all plugins headers in the installation process.
Diffstat (limited to 'plugins/dalvik/operands')
-rw-r--r--plugins/dalvik/operands/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/plugins/dalvik/operands/Makefile.am b/plugins/dalvik/operands/Makefile.am
index 2c2ba27..1c04231 100644
--- a/plugins/dalvik/operands/Makefile.am
+++ b/plugins/dalvik/operands/Makefile.am
@@ -6,7 +6,12 @@ libdalvikoperands_la_SOURCES = \
pool.h pool.c \
register.h register.c
-libdalvik_la_CFLAGS = $(AM_CFLAGS)
+libdalvikoperands_la_CFLAGS = $(AM_CFLAGS)
+
+
+devdir = $(includedir)/chrysalide-$(subdir)
+
+dev_HEADERS = $(libdalvikoperands_la_SOURCES:%c=)
AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) -I$(top_srcdir)/src