diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 872543e..e54ed95 100644 --- a/Makefile.am +++ b/Makefile.am @@ -102,6 +102,8 @@ odr_audioenc_CXXFLAGS = $(GST_CFLAGS) $(GITVERSION_FLAGS) \ -Wall -ggdb -O2 -Isrc -Icontrib odr_audioenc_SOURCES = src/odr-audioenc.cpp \ + src/PadInterface.cpp \ + src/PadInterface.h \ src/FileInput.cpp \ src/FileInput.h \ src/AlsaInput.cpp \ |