summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/glibext/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-04-28 21:44:18 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-04-28 21:44:18 (GMT)
commit2e867fcae6e91594ae47528ca097952398ffcca4 (patch)
treec3897d1f27ab3f4f5813a570e7fb0f6988466e7f /plugins/pychrysalide/glibext/Makefile.am
parent4d370b81498fc93e0199232110e9edeb526fd53b (diff)
Extended the Python bindings for registers.
Diffstat (limited to 'plugins/pychrysalide/glibext/Makefile.am')
-rw-r--r--plugins/pychrysalide/glibext/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/pychrysalide/glibext/Makefile.am b/plugins/pychrysalide/glibext/Makefile.am
index 28d27f6..c5fee67 100644
--- a/plugins/pychrysalide/glibext/Makefile.am
+++ b/plugins/pychrysalide/glibext/Makefile.am
@@ -2,6 +2,7 @@
noinst_LTLIBRARIES = libpychrysaglibext.la
libpychrysaglibext_la_SOURCES = \
+ constants.h constants.c \
binarycursor.h binarycursor.c \
binportion.h binportion.c \
buffercache.h buffercache.c \