diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index e4b5c6e2..245f070d 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,3 +1,8 @@ +if HAVE_GTK +GTK_EXAMPLES=scaletempo +else +GTK_EXAMPLES= +endif if USE_DIRECTFB DIRECTFB_DIR=directfb @@ -5,5 +10,5 @@ else DIRECTFB_DIR= endif -SUBDIRS= $(DIRECTFB_DIR) app switch scaletempo +SUBDIRS= $(DIRECTFB_DIR) $(GTK_EXAMPLES) app switch DIST_SUBDIRS= directfb app switch scaletempo |