diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 22a603c1..42bd230d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,3 +1,7 @@ +if BUILD_UI +SUBDIRS = rygel ui plugins +else SUBDIRS = rygel plugins +endif MAINTAINERCLEANFILES = Makefile.in |