From 002ed5cc25e48b9cc08140061e2c20432b26018c Mon Sep 17 00:00:00 2001 From: monsta Date: Fri, 25 Nov 2016 19:01:39 +0300 Subject: actually build theme-viewer --- src/Makefile.am | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index f6982fb0..2adf7d85 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -139,18 +139,15 @@ libmarcoinclude_HEADERS = \ ui/theme-parser.h \ ui/theme.h -#marco_theme_viewer_SOURCES= \ -# ui/theme-viewer.c +marco_theme_viewer_SOURCES= \ + ui/theme-viewer.c -bin_PROGRAMS=marco - -# FIXME make it buildable with GTK+3 -#bin_PROGRAMS += marco-theme-viewer +bin_PROGRAMS=marco marco-theme-viewer EFENCE= marco_LDADD=@MARCO_LIBS@ $(EFENCE) -#marco_theme_viewer_LDADD= @MARCO_LIBS@ libmarco-private.la +marco_theme_viewer_LDADD= @MARCO_LIBS@ libmarco-private.la testboxes_SOURCES=include/util.h core/util.c include/boxes.h core/boxes.c core/testboxes.c testgradient_SOURCES=ui/gradient.h ui/gradient.c ui/testgradient.c -- cgit v1.2.1