From 746de57f16482b49c8a25e1033257e6cde68b5cd Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 20 Apr 2017 21:55:23 +0200 Subject: Fix resources on static windows build (Makefile.mingw32) and add note about remembering to add file to the mingw32 Makefile when we change the real Makefiles... --- plugingui/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugingui') diff --git a/plugingui/Makefile.am b/plugingui/Makefile.am index 83789b8..c4fc9f2 100644 --- a/plugingui/Makefile.am +++ b/plugingui/Makefile.am @@ -1,6 +1,7 @@ noinst_PROGRAMS = plugingui rcgen noinst_LTLIBRARIES = libdggui.la +# If you add a file here, remember to add it to plugin/Makefile.mingw32.in RES = \ resources/bg.png \ resources/bypass_button.png \ @@ -44,6 +45,7 @@ libdggui_la_CPPFLAGS = \ libdggui_la_LIBADD = \ $(GUI_LIBS) $(PTHREAD_LIBS) +# If you add a file here, remember to add it to plugin/Makefile.mingw32.in nodist_libdggui_la_SOURCES = \ button.cc \ button_base.cc \ -- cgit v1.2.3