diff options
Diffstat (limited to 'plugingui/Makefile.am')
-rw-r--r-- | plugingui/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |