diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2012-12-27 22:17:42 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2012-12-27 22:17:42 (GMT) |
commit | 764a6782ee40c3c3a1bfb67434b33077ece4df88 (patch) | |
tree | 1dc0f6c4e5aefedd7078ff8d2609eac315a95cbe | |
parent | 1afa697df89c43e78d35363e68a83a6e5ddd2120 (diff) |
Synchronized the list of Makefiles to build with sources.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@310 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
-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 |