robust check for xdg-utils
[debian/gnuradio] / grc / Makefile.am
index 8b77fc31a5bba87b4b3c38283a5c854be4f347b1..7f62f39b6d9fe0a1ef8b809afd9b0709c4d19c75 100644 (file)
 
 include $(top_srcdir)/grc/Makefile.inc
 
-SUBDIRS = $(XDG_UTILS) \
+SUBDIRS = \
        data \
        examples \
        scripts \
        src
+
+## append freedesktop to the list of subdirs when xdg utils are present
+if XDG_UTILS
+SUBDIRS += freedesktop
+endif