diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-17 19:03:13 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-17 19:03:13 +0000 |
commit | f0bb7eef82576f581bdd205f2c9eb4278223fcc7 (patch) | |
tree | 530e9dea1ad3117141c1682318e74811d1fcb86a /sys/Makefile.am | |
parent | 754313ab71cd4cb046191b3459842a063fd3642b (diff) |
first batch
Original commit message from CVS:
first batch
Diffstat (limited to 'sys/Makefile.am')
-rw-r--r-- | sys/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/Makefile.am b/sys/Makefile.am new file mode 100644 index 00000000..101ea5a5 --- /dev/null +++ b/sys/Makefile.am @@ -0,0 +1,5 @@ +### use HAVE_ stuff to decide on dirs +DIRS=qcam v4l vcdsrc vgasink xvideosink + +DIST_SUBDIRS=qcam v4l vcdsrc vgasink xvideosink + |