diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-04-20 21:55:23 +0200 | 
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-04-20 21:55:23 +0200 | 
| commit | 746de57f16482b49c8a25e1033257e6cde68b5cd (patch) | |
| tree | abfe523aef90b3799e7d7cdc76e42eb5d176db2b /src | |
| parent | 607326257091dc6028b94888af1cfad96cd2ec17 (diff) | |
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...
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 06e189f..d2f2567 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -10,6 +10,7 @@ libdg_la_LIBADD = \  	$(ZITA_LIBS) $(SNDFILE_LIBS) $(EXPAT_LIBS) $(SAMPLERATE_LIBS) \  	$(PTHREAD_LIBS) +# If you add a file here, remember to add it to plugin/Makefile.mingw32.in  nodist_libdg_la_SOURCES = \  	audiocachefile.cc \  	audiocache.cc \  | 
