From: ishmal Date: Mon, 10 Mar 2008 05:16:08 +0000 (+0000) Subject: Add the /bind dir X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;ds=sidebyside;h=eb1bc3e3f7c58d862fac7c4106a4949519284027;p=inkscape.git Add the /bind dir --- diff --git a/src/Makefile.am b/src/Makefile.am index 476b78a06..087cc6b82 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -30,6 +30,7 @@ INCLUDES = \ include Makefile_insert include application/Makefile_insert +include bind/Makefile_insert include dialogs/Makefile_insert include display/Makefile_insert include dom/Makefile_insert @@ -75,6 +76,7 @@ bin_PROGRAMS = inkscape inkview noinst_LIBRARIES = \ libinkpre.a \ application/libinkapp.a \ + bind/libbind.a \ dialogs/libspdialogs.a \ pedro/libpedro.a \ jabber_whiteboard/libjabber_whiteboard.a \