summaryrefslogtreecommitdiff
path: root/gtk-themes/ContrastHigh/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'gtk-themes/ContrastHigh/Makefile.am')
-rw-r--r--gtk-themes/ContrastHigh/Makefile.am17
1 files changed, 4 insertions, 13 deletions
diff --git a/gtk-themes/ContrastHigh/Makefile.am b/gtk-themes/ContrastHigh/Makefile.am
index d960d395..47fef671 100644
--- a/gtk-themes/ContrastHigh/Makefile.am
+++ b/gtk-themes/ContrastHigh/Makefile.am
@@ -3,17 +3,8 @@ SUBDIRS = \
gtk-2.0 \
metacity-1
-THEME_NAME=ContrastHigh
-
-themedir = $(datadir)/themes/$(THEME_NAME)
-
-noinst_PROGRAMS =
-if GTK3
-noinst_PROGRAMS += create-contrasthigh
-endif
-
-create_contrasthigh_SOURCES = create-contrasthigh.c
-create_contrasthigh_CFLAGS = $(CONTRASTHIGH_CFLAGS)
-create_contrasthigh_LDADD = $(CONTRASTHIGH_LIBS) -lm
+DIST_SUBDIRS = \
+ gtk-3.0 \
+ gtk-2.0 \
+ metacity-1
--include $(top_srcdir)/git.mk