diff options
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index f2293d1..6f01ef1 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -10,6 +10,7 @@ libmiav_la_SOURCES = \ info.cc \ info_simple.cc \ jpeg_mem_dest.cc \ + libdv_wrapper.cc \ miav_config.cc \ mutex.cc \ network.cc \ @@ -32,6 +33,7 @@ EXTRA_DIST = \ info.h \ info_simple.h \ jpeg_mem_dest.h \ + libdv_wrapper.h \ miav_config.h \ mutex.h \ network.h \ |