diff options
-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 |