|
From: libvidcap c. m. <lib...@li...> - 2007-10-06 19:10:19
|
Revision: 40
http://libvidcap.svn.sourceforge.net/libvidcap/?rev=40&view=rev
Author: jpgrayson
Date: 2007-10-06 12:10:17 -0700 (Sat, 06 Oct 2007)
Log Message:
-----------
Fixup 'make dist'.
vidcapTester makes it into source tarball.
directshow sources fixed-up in Makefile.am.
Modified Paths:
--------------
trunk/examples/Makefile.am
trunk/src/Makefile.am
Modified: trunk/examples/Makefile.am
===================================================================
--- trunk/examples/Makefile.am 2007-10-01 21:47:31 UTC (rev 39)
+++ trunk/examples/Makefile.am 2007-10-06 19:10:17 UTC (rev 40)
@@ -16,3 +16,4 @@
-framework QuickTime
endif
+EXTRA_DIST = vidcapTester
Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am 2007-10-01 21:47:31 UTC (rev 39)
+++ trunk/src/Makefile.am 2007-10-06 19:10:17 UTC (rev 40)
@@ -51,15 +51,18 @@
endif
if HAVE_DIRECTSHOW
-libvidcap_la_SOURCES += \
- sapi_dshow.cpp \
- directshow/DShowSrcManager.cpp \
- directshow/DShowSrcManager.h \
- directshow/DevMonitor.cpp \
- directshow/DevMonitor.h \
- directshow/DirectShowSource.cpp \
- directshow/DirectShowSource.h \
- directshow/GraphMonitor.cpp \
- directshow/GraphMonitor.h \
- directshow/LocklessQueue.h
+libvidcap_la_SOURCES += \
+ directshow/DShowSrcManager.cpp \
+ directshow/DShowSrcManager.h \
+ directshow/DevMonitor.cpp \
+ directshow/DevMonitor.h \
+ directshow/DirectShowObject.cpp \
+ directshow/DirectShowObject.h \
+ directshow/DirectShowSource.cpp \
+ directshow/DirectShowSource.h \
+ directshow/GraphMonitor.cpp \
+ directshow/GraphMonitor.h \
+ directshow/SourceStateMachine.cpp \
+ directshow/SourceStateMachine.h \
+ sapi_dshow.cpp
endif
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|