From 855ba06dc0875e0dcffb9c5d388f8b30abd2deb2 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Fri, 5 Mar 2010 21:43:30 +0100 Subject: Remove a long lived win32 hack It seems that the dummy libraries are not needed anymore on windows nowadays. --- widgets/misc/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) (limited to 'widgets') diff --git a/widgets/misc/Makefile.am b/widgets/misc/Makefile.am index 44d8c9a577..eec4edf54b 100644 --- a/widgets/misc/Makefile.am +++ b/widgets/misc/Makefile.am @@ -1,7 +1,3 @@ -if OS_WIN32 -WIN32_BOOTSTRAP_LIBS = $(top_builddir)/win32/libfilter.la -endif - privsolib_LTLIBRARIES = libemiscwidgets.la widgetsincludedir = $(privincludedir)/misc -- cgit