gstreamer/examples/Makefile.am
Stefan Kost 7386f71683 examples/Makefile.am: Only built scaletempo example if we have gtk.
Original commit message from CVS:
* examples/Makefile.am:
Only built scaletempo example if we have gtk.
2008-09-15 09:34:14 +00:00

15 lines
223 B
Makefile

if HAVE_GTK
GTK_EXAMPLES=scaletempo
else
GTK_EXAMPLES=
endif
if USE_DIRECTFB
DIRECTFB_DIR=directfb
else
DIRECTFB_DIR=
endif
SUBDIRS= $(DIRECTFB_DIR) $(GTK_EXAMPLES) app switch
DIST_SUBDIRS= directfb app switch scaletempo