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 71afc01..d949d15 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,6 +11,7 @@ odr_sourcecompanion_LDADD = -lzmq odr_sourcecompanion_CFLAGS = $(GITVERSION_FLAGS) -ggdb -O2 -Wall odr_sourcecompanion_CXXFLAGS = $(GITVERSION_FLAGS) -ggdb -O2 -Wall -Isrc/fec odr_sourcecompanion_SOURCES = src/odr-sourcecompanion.cpp \ + src/AACDecoder.h src/AACDecoder.cpp \ src/AVTEDIInput.h src/AVTEDIInput.cpp \ src/AVTInput.h src/AVTInput.cpp \ src/InetAddress.h src/InetAddress.cpp \ |