X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=configure.ac;h=e9977e3f740e01b1bf9b99bae27b66f7ba6c1387;hp=f6b8733eb06e9f84f7e4810934b0acd3b89168d0;hb=e57d2b9211bb734b71838142a7936fe6dfdc449c;hpb=d7cda933daa35663b2b9b61d62cb514afa37fd18 diff --git a/configure.ac b/configure.ac index f6b8733e..e9977e3f 100644 --- a/configure.ac +++ b/configure.ac @@ -296,6 +296,15 @@ AC_SUBST(server_objs, add_dot_o($server_objs)) AC_SUBST(server_ldflags, $server_ldflags) AC_DEFINE_UNQUOTED(INIT_SERVER_ERRLISTS, objlist_to_errlist($server_errlist_objs), errors used by para_server) + +gui_cmdline_objs="gui.cmdline" +gui_errlist_objs="exec close_on_fork signal string stat ringbuffer fd" +gui_other_objs="gui gui_common gui_theme" +gui_objs="$gui_cmdline_objs $gui_errlist_objs $gui_other_objs" +AC_DEFINE_UNQUOTED(INIT_GUI_ERRLISTS, + objlist_to_errlist($gui_errlist_objs), errors used by para_gui) +AC_SUBST(gui_objs, add_dot_o($gui_objs)) + AC_OUTPUT AC_MSG_NOTICE([creating Makefile.deps]) gcc -MM -MG *.c > Makefile.deps