]> granicus.if.org Git - graphviz/commitdiff
typo in source files, case sensitive header files
authorglenlow <devnull@localhost>
Thu, 28 Feb 2008 05:34:55 +0000 (05:34 +0000)
committerglenlow <devnull@localhost>
Thu, 28 Feb 2008 05:34:55 +0000 (05:34 +0000)
plugin/gdiplus/Makefile.am

index 783b6375cd9d3092c07e622c88dab6097011850a..37ad4b5f41c5b4cb33ccc7dce69557684ada943f 100644 (file)
@@ -19,8 +19,8 @@ endif
 endif
 
 libgvplugin_gdiplus_C_la_SOURCES = \
-       gvplugin_gdiplus.c \
-       gvrender_gdiplus.c
+       gvplugin_gdiplus.cpp \
+       gvrender_gdiplus.cpp
 
 libgvplugin_gdiplus_la_LDFLAGS = -version-info @GVPLUGIN_VERSION_INFO -L "$(PLATFORMSDK)/lib"
 libgvplugin_gdiplus_la_SOURCES = $(libgvplugin_gdiplus_C_la_SOURCES)
@@ -30,6 +30,6 @@ if WITH_WIN32
 libgvplugin_gdiplus_la_LDFLAGS += -no-undefined
 endif
 
-Gdiplus.h : $(PLATFORMSDK)/include/Gdiplus*.h gdiplus.diff
-       cp $(PLATFORMSDK)/include/Gdiplus*.h .
+GdiPlus.h : $(PLATFORMSDK)/include/GdiPlus*.h gdiplus.diff
+       cp $(PLATFORMSDK)/include/GdiPlus*.h .
        patch gdiplus.diff