diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
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) |