diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2025-01-13 07:35:42 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2025-01-13 07:35:42 (GMT) |
commit | 0c7b4302f4479eff37aee234382fbfe661f29de8 (patch) | |
tree | 266932bd17a6e41f0dd1a5c1240d46846badde1d /plugins | |
parent | 59ab0336eaab192ca2f02b67d143a1ba4d1aac2b (diff) |
Remove last tracks of old files.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/pychrysalide/plugins/Makefile.am | 4 | ||||
-rw-r--r-- | plugins/pychrysalide/plugins/plugin.c | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/plugins/pychrysalide/plugins/Makefile.am b/plugins/pychrysalide/plugins/Makefile.am index 0cd6af3..abadb7f 100644 --- a/plugins/pychrysalide/plugins/Makefile.am +++ b/plugins/pychrysalide/plugins/Makefile.am @@ -2,12 +2,10 @@ noinst_LTLIBRARIES = libpychrysaplugins.la libpychrysaplugins_la_SOURCES = \ - constants.h constants.c \ module.h module.c \ plugin.h plugin.c \ python-int.h \ - python.h python.c \ - translate.h translate.c + python.h python.c libpychrysaplugins_la_CFLAGS = $(TOOLKIT_CFLAGS) $(LIBXML_CFLAGS) $(LIBPYTHON_INTERPRETER_CFLAGS) $(LIBPYGOBJECT_CFLAGS) \ -I$(top_srcdir)/src -DNO_IMPORT_PYGOBJECT diff --git a/plugins/pychrysalide/plugins/plugin.c b/plugins/pychrysalide/plugins/plugin.c index d80c79e..b9db3bc 100644 --- a/plugins/pychrysalide/plugins/plugin.c +++ b/plugins/pychrysalide/plugins/plugin.c @@ -36,8 +36,6 @@ #include <plugins/self.h> -#include "constants.h" -#include "translate.h" #include "../access.h" #include "../core.h" #include "../helpers.h" |