Code

now that selection description includes style (filtered, clipped), we need to update...
[inkscape.git] / src / Makefile.am
index 82a6f65a0c65bad83fa4aa0ec837ec72b1d5e539..44b885ab0e428bd2ba4d45819c462cbcfc637a4e 100644 (file)
@@ -52,6 +52,12 @@ inkjar_dir = inkjar
 inkjar_libs = inkjar/libinkjar.a
 endif
 
+# Extra files to remove when doing "make distclean"
+DISTCLEANFILES =       \
+       helper/sp-marshal.cpp   \
+       helper/sp-marshal.h     \
+       inkscape-version.cpp
+
 inkscape_private_libs =        \
        libinkpre.a             \
        application/libinkapp.a \
@@ -93,7 +99,8 @@ inkscape_private_libs =       \
        io/libio.a              \
        $(inkjar_libs)          \
        libinkpost.a            \
-       debug/libinkdebug.a
+       debug/libinkdebug.a     \
+       libinkversion.a
 
 all_libs =                     \
        $(inkscape_private_libs)        \
@@ -161,12 +168,6 @@ bin_PROGRAMS = inkscape inkview
 # Currently we use one library per source directory.
 noinst_LIBRARIES = $(inkscape_private_libs)
 
-# Extra files to remove when doing "make distclean"
-DISTCLEANFILES =       \
-       helper/sp-marshal.cpp   \
-       helper/sp-marshal.h     \
-       inkscape_version.h
-
 # Extra files not mentioned as sources to include in the source tarball
 EXTRA_DIST =   \
        $(top_srcdir)/Doxyfile  \