summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-12-15 22:19:26 -0500
committerMatthias Clasen <mclasen@redhat.com>2014-12-17 06:14:13 -0500
commit7ff3c6df80185e165e3bf6aa31bd014d1f8bf224 (patch)
tree141cd3950bd640d02ff595ff1b95962725936677 /docs
parent22dfa49300a78550b2622356842fe51ba60cb081 (diff)
downloadgtk+-7ff3c6df80185e165e3bf6aa31bd014d1f8bf224.tar.gz
Fix distcheck differently
The previous fix fixed distcheck, but broke distclean.
Diffstat (limited to 'docs')
-rw-r--r--docs/tools/Makefile.am9
1 files changed, 3 insertions, 6 deletions
diff --git a/docs/tools/Makefile.am b/docs/tools/Makefile.am
index 3953d361df..6a6d70f496 100644
--- a/docs/tools/Makefile.am
+++ b/docs/tools/Makefile.am
@@ -1,5 +1,3 @@
-AUTOMAKE_OPTIONS = subdir-objects
-
include $(top_srcdir)/Makefile.decl
AM_CPPFLAGS = \
@@ -17,6 +15,7 @@ DEPS = \
LDADDS = \
$(top_builddir)/gtk/libgtk-3.la \
$(top_builddir)/gdk/libgdk-3.la \
+ $(top_builddir)/tests/gtkgears.o \
$(GTK_DEP_LIBS) \
$(GDK_DEP_LIBS) \
-lm
@@ -28,14 +27,12 @@ endif
doc_shooter_DEPENDENCIES = $(DEPS)
doc_shooter_LDADD = $(LDADDS)
-doc_shooter_SOURCES= \
+doc_shooter_SOURCES = \
shadow.c \
shadow.h \
shooter.c \
widgets.c \
- widgets.h \
- ../../tests/gtkgears.c \
- ../../tests/gtkgears.h
+ widgets.h
clean-local:
for file in *.png; do \