diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2008-03-10 05:16:08 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2008-03-10 05:16:08 +0000 |
| commit | e524001895f805bbe064646bffef5258db6cf08d (patch) | |
| tree | 080289c1c3d5958e27d4f628f03f0324922d195e /src | |
| parent | New makefile_insert for /bind (diff) | |
| download | inkscape-e524001895f805bbe064646bffef5258db6cf08d.tar.gz inkscape-e524001895f805bbe064646bffef5258db6cf08d.zip | |
Add the /bind dir
(bzr r5027)
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |
