diff options
| -rw-r--r-- | plugingui/Makefile.mingw32 | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/plugingui/Makefile.mingw32 b/plugingui/Makefile.mingw32 index 3f52e8a..9820d1a 100644 --- a/plugingui/Makefile.mingw32 +++ b/plugingui/Makefile.mingw32 @@ -2,9 +2,7 @@ DG_SRC = \  	../src/configfile.cc \  	../src/thread.cc \  	../src/semaphore.cc \ -	../src/mutex.cc \ -	../src/messagehandler.cc \ -	../src/messagereceiver.cc +	../src/mutex.cc  DG_CFLAGS = -I.. -I../include -I../src -DSSE -msse -msse2 -DDISABLE_HUGIN | 
