diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-04-16 20:17:16 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-04-16 20:17:16 +0200 |
commit | 5916966b6d5a38ee2aa3b122d2184ec056520757 (patch) | |
tree | 57679da5497a794c229e0f8fc6fd30b27ba40e95 /plugin | |
parent | ea406769262b5ebd7d9f775e26a8655a6ee94d00 (diff) |
Added new cc to win32 build.
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/Makefile.mingw32.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/Makefile.mingw32.in b/plugin/Makefile.mingw32.in index 787f46c..b6a005f 100644 --- a/plugin/Makefile.mingw32.in +++ b/plugin/Makefile.mingw32.in @@ -48,6 +48,7 @@ DG_CFLAGS = -I@top_srcdir@ -I@top_srcdir@/include -I@top_srcdir@/src \ GUI_SRC = \ @top_srcdir@/plugingui/button.cc \ + @top_srcdir@/plugingui/button_base.cc \ @top_srcdir@/plugingui/checkbox.cc \ @top_srcdir@/plugingui/colour.cc \ @top_srcdir@/plugingui/combobox.cc \ |