diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-04-13 18:53:25 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-04-13 18:53:25 +0200 |
commit | 0ae4539e7f42d21b3ebc8ec1914a32b5cf58d490 (patch) | |
tree | ddc6b0b71ca3338cd8bc8d0caa0d8e4c24076cae | |
parent | fb7bb2ee352cf83a7596a7ed7ba2913a2257e540 (diff) |
Remove message files.
-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 |