diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 7a59cb6a9..8a014f13e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -399,6 +399,7 @@ libutil_a_SOURCES = \ libpcm_a_SOURCES = \ src/pcm_buffer.c src/pcm_buffer.h \ + src/pcm_export.c src/pcm_export.h \ src/pcm_convert.c src/pcm_convert.h \ src/dsd2pcm/dsd2pcm.c src/dsd2pcm/dsd2pcm.h \ src/pcm_dsd.c src/pcm_dsd.h \ |