Code

optimization: do not notify any listeners if attributes' new value is the same as old
[inkscape.git] / src / Makefile_insert
index 44439f16442bc27fa48ad71d666289e19a39d562..3952e8cf5a2159cb06afbae96011d3f40cd17c81 100644 (file)
@@ -7,7 +7,7 @@
 #
 # ################################################
 
-if PLATFORM_WIN32
+if OS_WIN32
 win32_sources = winmain.cpp
 win32ldflags = -lcomdlg32
 endif 
@@ -53,6 +53,7 @@ libinkpre_a_SOURCES = \
        desktop.cpp desktop.h   \
        document-undo.cpp       \
        document.cpp document.h document-private.h      \
+        doxygen-main.cpp \
        draw-anchor.cpp \
        draw-anchor.h   \
        draw-context.cpp draw-context.h \
@@ -279,7 +280,7 @@ all_libs =                  \
        $(FREETYPE_LIBS)        \
        $(kdeldadd)             \
        $(win32ldflags)         \
-       $(PERL_LDFLAGS)         \
+       $(PERL_LIBS)            \
        $(PYTHON_LIBS)  \
        $(LIBLOUDMOUTH_LIBS)