From 909436578d85f03e7dc1135112b18eae9e38977d Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Tue, 21 Jul 2009 04:09:24 +0000 Subject: [PATCH] Remove duplicate sources that are already built and used in wxAGG/ Originally committed to SVN as r3186. --- contrib/assdraw/src/Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/contrib/assdraw/src/Makefile.am b/contrib/assdraw/src/Makefile.am index 3704b5126..fb181c8eb 100644 --- a/contrib/assdraw/src/Makefile.am +++ b/contrib/assdraw/src/Makefile.am @@ -10,7 +10,6 @@ assdraw_LDFLAGS = -L../libpropgrid -lpropgrid @WX_LIBS@ @LIBAGG_LIBS@ assdraw_LDADD = wxAGG/libaggwindow.a xpm/libres.a assdraw_SOURCES = \ - wxAGG/AGGWindow.cpp \ agg_bcspline.cpp \ agg_vcgen_bcspline.cpp \ assdraw.cpp \ @@ -27,9 +26,7 @@ assdraw_SOURCES += \ agg_bcspline.h \ agg_conv_bcspline.h \ agg_vcgen_bcspline.h \ - resource.h \ - wxAGG/AGGWindow.h \ - wxAGG/PixelFormatConvertor.h + resource.h EXTRA_DIST = \ _common.hpp \