summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-08-20 20:46:09 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-08-20 20:46:09 (GMT)
commit4ea4054f07ba5fa9be2b9a61ad0ca8f1c11afbd0 (patch)
tree43612d0f0ec50410b88ed1050e8c85183b780b2e /plugins/pychrysalide/Makefile.am
parentd8e29f090012b99c220acb9fd56fe293e29f7903 (diff)
Renamed the main file of the Python plugin.
Diffstat (limited to 'plugins/pychrysalide/Makefile.am')
-rw-r--r--plugins/pychrysalide/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/pychrysalide/Makefile.am b/plugins/pychrysalide/Makefile.am
index 5d6c3e6..530a889 100644
--- a/plugins/pychrysalide/Makefile.am
+++ b/plugins/pychrysalide/Makefile.am
@@ -8,9 +8,9 @@ pychrysalide_la_SOURCES = \
access.h access.c \
constants.h constants.c \
constval.h constval.c \
+ core.h core.c \
helpers.h helpers.c \
plugin.h plugin.c \
- pychrysa.h pychrysa.c \
star.h star.c \
strenum.h strenum.c \
struct.h struct.c \