diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2025-02-22 17:53:07 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2025-02-22 17:53:07 (GMT) |
commit | 8fe33f41ae9bd319298c601548a453020d23ad06 (patch) | |
tree | b7936b22311f403616fc851d8715d7fee9a49cb2 /src/plugins/Makefile.am | |
parent | 0b8fbc0c0d6a18cf1b90337dbd20639316af1fe7 (diff) |
Handle configuration edition for plugins.
Diffstat (limited to 'src/plugins/Makefile.am')
-rw-r--r-- | src/plugins/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index 7d375e3..fa65484 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am @@ -10,7 +10,9 @@ libplugins_la_SOURCES = \ plugin-def.h \ plugin-int.h \ plugin.h plugin.c \ - self.h + self.h \ + tweakable-int.h \ + tweakable.h tweakable.c libplugins_la_CFLAGS = $(TOOLKIT_CFLAGS) $(LIBXML_CFLAGS) |