diff options
author | deva <deva> | 2006-03-06 19:14:16 +0000 |
---|---|---|
committer | deva <deva> | 2006-03-06 19:14:16 +0000 |
commit | 8daee5ab8d878fb1819ba6b615e6ee96a4a11742 (patch) | |
tree | 9ba9d5bbb1ffec8e4689f2dcf14092692a5b33d3 /client/Makefile.am | |
parent | bbc621fdb9ad7cebba643145e7d923a0998bf59f (diff) |
*** empty log message ***
Diffstat (limited to 'client/Makefile.am')
-rw-r--r-- | client/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/client/Makefile.am b/client/Makefile.am index 4a86c37..001916c 100644 --- a/client/Makefile.am +++ b/client/Makefile.am @@ -9,13 +9,12 @@ bin_PROGRAMS = miav_client miav_client_SOURCES = $(shell if [ $QT_CXXFLAGS ] ; then ../tools/MocList cc; fi ) \ miav_client.cc \ aboutwindow.cc \ - camera.cc \ cprlisten.cc \ cprquerydialog.cc \ decoder.cc \ dv1394.cc \ dvfile.cc \ - encoder.cc \ + networksender.cc \ historywidget.cc \ info_gui.cc \ mainwindow.cc \ @@ -26,7 +25,6 @@ miav_client_SOURCES = $(shell if [ $QT_CXXFLAGS ] ; then ../tools/MocList cc; f EXTRA_DIST = \ aboutwindow.h \ - camera.h \ config.h \ cprlisten.h \ cprquerydialog.h \ @@ -34,7 +32,7 @@ EXTRA_DIST = \ decoder.h \ dv1394.h \ dvfile.h \ - encoder.h \ + networksender.h \ historywidget.h \ info_gui.h \ mainwindow.h \ |