From 945fe4ba74e07befe1ef300949773270db87d0ef Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Fri, 24 Jan 2014 13:45:40 +0100 Subject: Build marco-theme-viewer only with GTK2 --- src/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index e91cb338..89f5770d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -144,7 +144,11 @@ libmarcoinclude_HEADERS = \ marco_theme_viewer_SOURCES= \ ui/theme-viewer.c -bin_PROGRAMS=marco marco-theme-viewer +bin_PROGRAMS=marco + +if HAVE_GTK2 +bin_PROGRAMS += marco-theme-viewer +endif EFENCE= marco_LDADD=@MARCO_LIBS@ $(EFENCE) -- cgit v1.2.1