diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 3 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,8 @@ +12-12-27 Cyrille Bagard <nocbos@gmail.com> + + * configure.ac: + Synchronize the list of Makefiles to build with sources. + 12-12-22 Cyrille Bagard <nocbos@gmail.com> * plugins/pychrysa/analysis/py_binary.c: diff --git a/configure.ac b/configure.ac index e9f7a4e..5389296 100644 --- a/configure.ac +++ b/configure.ac @@ -304,8 +304,7 @@ AC_CONFIG_FILES([Makefile src/gui/tb/Makefile src/panels/Makefile src/plugins/Makefile - src/plugins/overjump/Makefile - src/plugins/pyoida/Makefile]) + src/plugins/overjump/Makefile]) AC_OUTPUT |