aboutsummaryrefslogtreecommitdiffstats
path: root/util/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'util/Makefile.am')
-rw-r--r--util/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/util/Makefile.am b/util/Makefile.am
index c4a6ecd..8d21dee 100644
--- a/util/Makefile.am
+++ b/util/Makefile.am
@@ -1,5 +1,8 @@
+if ENABLE_MATCHBOX_REMOTE
bin_PROGRAMS = matchbox-remote
matchbox_remote_SOURCES = matchbox-remote.c
-matchbox_remote_LDADD = $(MBWM_LIBS) \ No newline at end of file
+matchbox_remote_LDADD = $(MBWM_LIBS)
+endif
+