From: Olaf Wintermann Date: Fri, 3 Dec 2021 13:17:07 +0000 (+0100) Subject: prepare build system for toolkit specific mizunara source files X-Git-Url: https://develop.uap-core.de/gitweb/mizunara.git/commitdiff_plain/f8502ad3e7ecc97f3a4ea8aa83cd98667dd6d812 prepare build system for toolkit specific mizunara source files --- diff --git a/configure b/configure index 44f8e8a..1278d2f 100755 --- a/configure +++ b/configure @@ -580,6 +580,8 @@ checkopt_toolkit_gtk3() cat >> $TEMP_DIR/make.mk << __EOF__ TOOLKIT = gtk GTKOBJ = draw_cairo.o +MZUI = gtk_pathbar.c +MZUI += gtk_browser.c __EOF__ return 0 @@ -596,6 +598,8 @@ checkopt_toolkit_motif() fi cat >> $TEMP_DIR/make.mk << __EOF__ TOOLKIT = motif +MZUI = motif_pathbar.c +MZUI += motif_browser.c __EOF__ return 0 diff --git a/make/project.xml b/make/project.xml index cc20939..8941c3c 100644 --- a/make/project.xml +++ b/make/project.xml @@ -99,6 +99,9 @@ gtk3 TOOLKIT = gtk GTKOBJ = draw_cairo.o + + MZUI = gtk_pathbar.c + MZUI += gtk_browser.c + MZUI = motif_pathbar.c + MZUI += motif_browser.c