[gtk+] Fix distcheck



commit de2e3c2c2ec60184ace25737e4944d366bd77928
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Nov 30 20:53:07 2014 -0500

    Fix distcheck
    
    Using an absolute path with subdir-objects failed in distcheck.

 docs/tools/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/docs/tools/Makefile.am b/docs/tools/Makefile.am
index 9287540..3953d36 100644
--- a/docs/tools/Makefile.am
+++ b/docs/tools/Makefile.am
@@ -34,8 +34,8 @@ doc_shooter_SOURCES=  \
        shooter.c       \
        widgets.c       \
        widgets.h       \
-       $(top_srcdir)/tests/gtkgears.c \
-       $(top_srcdir)/tests/gtkgears.h
+       ../../tests/gtkgears.c \
+       ../../tests/gtkgears.h
 
 clean-local:
        for file in *.png; do \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]