diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-21 12:31:29 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-21 12:31:29 +0000 |
commit | d9998aed7fa0560062dce195a244137bd02da174 (patch) | |
tree | 4cf53ef4bb431d4f0a145f51cfdcd74c5d8ac1d9 | |
parent | 3383f7c142fda4fb85faa1dfd9ae200b8277207a (diff) | |
download | gst-plugins-bad-d9998aed7fa0560062dce195a244137bd02da174.tar.gz gst-plugins-bad-d9998aed7fa0560062dce195a244137bd02da174.tar.bz2 gst-plugins-bad-d9998aed7fa0560062dce195a244137bd02da174.zip |
adding sine stuff
Original commit message from CVS:
adding sine stuff
-rw-r--r-- | gst/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gst/Makefile.am b/gst/Makefile.am new file mode 100644 index 00000000..9f24d517 --- /dev/null +++ b/gst/Makefile.am @@ -0,0 +1,8 @@ +if USE_SINE +SINE_DIR=sine +else +SINE_DIR= +endif + +SUBDIRS=$(SINE_DIR) +DIST_SUBDIRS=sine |