diff options
Diffstat (limited to 'pcsound/Makefile.am')
-rw-r--r-- | pcsound/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pcsound/Makefile.am b/pcsound/Makefile.am index b51268df..80ff01f8 100644 --- a/pcsound/Makefile.am +++ b/pcsound/Makefile.am @@ -7,5 +7,6 @@ libpcsound_a_SOURCES = \ pcsound.c pcsound.h \ pcsound_sdl.c \ pcsound_linux.c \ - pcsound_win32.c + pcsound_win32.c \ + pcsound_internal.h |