diff options
| author | Ted Gould <ted@gould.cx> | 2012-10-15 21:58:41 +0000 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2012-10-15 21:58:41 +0000 |
| commit | 7686a704cbf9198ca4420a77ee7a77df9b260040 (patch) | |
| tree | 90144c46e9f6447a955f005b35caab029a7b4cc0 /src | |
| parent | More missing files, dist passes (diff) | |
| download | inkscape-7686a704cbf9198ca4420a77ee7a77df9b260040.tar.gz inkscape-7686a704cbf9198ca4420a77ee7a77df9b260040.zip | |
Drop some extra inkboard and pedro cruft
(bzr r11804.1.4)
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index a95569db7..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 @@ -195,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" |
