mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
e6cca5b964
Original commit message from CVS: adding sine stuff
8 lines
86 B
Makefile
8 lines
86 B
Makefile
if USE_SINE
|
|
SINE_DIR=sine
|
|
else
|
|
SINE_DIR=
|
|
endif
|
|
|
|
SUBDIRS=$(SINE_DIR)
|
|
DIST_SUBDIRS=sine
|