diff options
author | deva <deva> | 2005-10-13 09:08:32 +0000 |
---|---|---|
committer | deva <deva> | 2005-10-13 09:08:32 +0000 |
commit | 56632c4b32abc705f613475c3b78ae7a5dd4a3d2 (patch) | |
tree | 1e64789daa4111a30b20b99405c9cc15c0da98c7 /src/Makefile.am | |
parent | 1d30dc5da0c148982032a2b5a5bdece10b3e80ae (diff) |
*** empty log message ***
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index effa384..6a72a0d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -35,6 +35,7 @@ miav_SOURCES = $(shell if [ $QT_CXXFLAGS ] ; then ../tools/MocList cc; fi ) \ mov_encoder_thread.cc \ mov_encoder_writer.cc \ multicast.cc \ + multicast_configuration.cc \ multiplexer.cc \ mutex.cc \ network.cc \ @@ -88,6 +89,7 @@ EXTRA_DIST = \ mov_encoder_thread.h \ mov_encoder_writer.h \ multicast.h \ + multicast_configuration.h \ multiplexer.h \ mutex.h \ network.h \ |