prepare build system for toolkit specific mizunara source files
[mizunara.git] / configure
index 44f8e8a..1278d2f 100755 (executable)
--- 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