From e6cca5b964930b34135c4dd8351ea267e3a1cb84 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 21 Dec 2001 12:31:29 +0000 Subject: adding sine stuff Original commit message from CVS: adding sine stuff --- gst/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 gst/Makefile.am (limited to 'gst/Makefile.am') 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 -- cgit