summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index fc1065b34..46c655f9c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -16,9 +16,6 @@ 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_EXT_GDL
internal_GDL = libgdl/libgdl.a
@@ -35,7 +32,6 @@ noinst_LIBRARIES = \
libvpsc/libvpsc.a \
livarot/libvarot.a \
2geom/lib2geom.a \
- $(libpedro) \
libinkversion.a
all_libs = \
@@ -109,11 +105,6 @@ win32ldflags = -lcomdlg32 -lmscms
mwindows = -mwindows
endif
-if INKJAR
-inkjar_dir = inkjar
-inkjar_libs = inkjar/libinkjar.a
-endif
-
# Include all partial makefiles from subdirectories
include Makefile_insert
include bind/Makefile_insert
@@ -156,7 +147,6 @@ EXTRA_DIST += \
$(top_srcdir)/Doxyfile \
sp-skeleton.cpp sp-skeleton.h \
util/makefile.in \
- application/makefile.in \
bind/makefile.in \
debug/makefile.in \
dialogs/makefile.in \
@@ -171,11 +161,8 @@ EXTRA_DIST += \
io/makefile.in \
io/crystalegg.xml \
io/doc2html.xsl \
- pedro/makefile.in \
- jabber_whiteboard/makefile.in \
libgdl/makefile.in \
libcroco/makefile.in \
- libnr/makefile.in \
libnrtype/makefile.in \
libavoid/makefile.in \
livarot/makefile.in \
@@ -199,7 +186,6 @@ EXTRA_DIST += \
helper/sp-marshal.list \
show-preview.bmp \
winconsole.cpp \
- $(jabber_whiteboard_SOURCES) \
$(CXXTEST_TEMPLATE)
# Extra files to remove when doing "make distclean"