2005-11-30 17:38:24 +00:00
|
|
|
if HAVE_FT2
|
2007-09-20 14:09:24 +00:00
|
|
|
FT2_SUBDIRS = seek snapshot
|
2005-11-30 17:38:24 +00:00
|
|
|
else
|
|
|
|
FT2_SUBDIRS =
|
|
|
|
endif
|
|
|
|
|
2009-07-10 09:42:51 +00:00
|
|
|
if USE_GIO
|
|
|
|
GIO_SUBDIRS = gio
|
|
|
|
endif
|
|
|
|
|
2012-03-02 11:06:53 +00:00
|
|
|
if HAVE_GTK
|
2012-03-02 10:57:34 +00:00
|
|
|
GTK_SUBDIRS = playback
|
|
|
|
endif
|
|
|
|
|
|
|
|
SUBDIRS = app audio dynamic fft $(FT2_SUBDIRS) $(GIO_SUBDIRS) overlay $(GTK_SUBDIRS) playrec v4l encoding
|
2007-08-23 08:33:43 +00:00
|
|
|
|
2012-03-02 10:57:34 +00:00
|
|
|
DIST_SUBDIRS = app audio dynamic fft gio overlay seek snapshot playback playrec v4l encoding
|
2010-03-28 23:22:20 +00:00
|
|
|
|
|
|
|
include $(top_srcdir)/common/parallel-subdirs.mak
|
2011-10-27 07:51:46 +00:00
|
|
|
|