summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 1050be1..dc2f498 100644
--- a/configure.ac
+++ b/configure.ac
@@ -227,7 +227,7 @@ AC_SUBST(LIBGRAPH_LIBS)
AC_CONFIG_FILES([stamp-h po/Makefile.in], [echo timestamp > stamp-h])
-AC_CONFIG_COMMANDS([marshal], [echo -e "VOID:UINT64,UINT64\nVOID:OBJECT,OBJECT" > src/gtkext/iodamarshal.list])
+AC_CONFIG_COMMANDS([marshal], [echo -e "VOID:UINT64,UINT64\nVOID:OBJECT\nVOID:OBJECT,OBJECT" > src/gtkext/iodamarshal.list])
AC_CONFIG_FILES([Makefile
pixmaps/Makefile
@@ -252,7 +252,7 @@ AC_CONFIG_FILES([Makefile
src/glibext/Makefile
src/graph/Makefile
src/gtkext/Makefile
- src/panel/Makefile
+ src/panels/Makefile
src/plugins/Makefile
src/plugins/overjump/Makefile
src/plugins/pyoida/Makefile])