summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJosh Andler <scislac@gmail.com>2009-09-01 21:18:27 +0000
committerscislac <scislac@users.sourceforge.net>2009-09-01 21:18:27 +0000
commitf08220ae5271d5a642b9ad8611db9febc599b2f2 (patch)
tree75e89ba4eaf0431e5c7eaf03d1d93c2f63964f73 /src
parentFixed crash when invoked and no profile is set. (diff)
downloadinkscape-f08220ae5271d5a642b9ad8611db9febc599b2f2.tar.gz
inkscape-f08220ae5271d5a642b9ad8611db9febc599b2f2.zip
Commenting out Whiteboard configure flag
(bzr r8552)
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am10
-rw-r--r--src/ui/dialog/Makefile_insert4
2 files changed, 7 insertions, 7 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index fb876f231..4d57de850 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -16,9 +16,9 @@ bin_PROGRAMS = inkscape inkview
# Libraries which should be compiled by "make" but not installed.
# Use this only for libraries that are really standalone, rather than for
# source tree subdirectories.
-if WITH_INKBOARD
-libpedro = pedro/libpedro.a
-endif
+#if WITH_INKBOARD
+#libpedro = pedro/libpedro.a
+#endif
noinst_LIBRARIES = \
libinkscape.a \
dom/libdom.a \
@@ -111,8 +111,8 @@ include filters/Makefile_insert
include helper/Makefile_insert
include inkjar/Makefile_insert
include io/Makefile_insert
-include pedro/Makefile_insert
-include jabber_whiteboard/Makefile_insert
+#include pedro/Makefile_insert
+#include jabber_whiteboard/Makefile_insert
include libcroco/Makefile_insert
include libgdl/Makefile_insert
include libnr/Makefile_insert
diff --git a/src/ui/dialog/Makefile_insert b/src/ui/dialog/Makefile_insert
index 5cd437c26..565a24ecc 100644
--- a/src/ui/dialog/Makefile_insert
+++ b/src/ui/dialog/Makefile_insert
@@ -1,6 +1,6 @@
## Makefile.am fragment sourced by src/Makefile.am.
-if WITH_INKBOARD
+##if WITH_INKBOARD
## inkboard_dialogs = \
## ui/dialog/whiteboard-connect.cpp \
## ui/dialog/whiteboard-connect.h \
@@ -8,7 +8,7 @@ if WITH_INKBOARD
## ui/dialog/whiteboard-sharewithchat.h \
## ui/dialog/whiteboard-sharewithuser.cpp \
## ui/dialog/whiteboard-sharewithuser.h
-endif
+##endif
ink_common_sources += \
ui/dialog/aboutbox.cpp \