X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=lttv%2Fmodules%2FMakefile.am;h=ce977e5e6dbf445f56bfa1f1b0004dc8f98e196e;hb=921a9317f93b489f99d3232be8d9c18f08e0e84c;hp=14a47143769bace16056a85d72e0fa28e38af260;hpb=f61f4dca50e13aa52b1ca3941c8f420848f4353f;p=lttv.git diff --git a/lttv/modules/Makefile.am b/lttv/modules/Makefile.am index 14a47143..ce977e5e 100644 --- a/lttv/modules/Makefile.am +++ b/lttv/modules/Makefile.am @@ -24,5 +24,10 @@ # # the gui subdir comes first : dependency + +if BUILD_LTTV_GUI SUBDIRS = text gui +else +SUBDIRS = text +endif