[grilo] build: fix distcheck



commit 03e2472ca8951cd3668149b9ca6b8747f5d4cc49
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Wed May 15 22:47:14 2013 +0000

    build: fix distcheck

 tools/grilo-inspect/Makefile.am |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/tools/grilo-inspect/Makefile.am b/tools/grilo-inspect/Makefile.am
index 169fe8e..7b93772 100644
--- a/tools/grilo-inspect/Makefile.am
+++ b/tools/grilo-inspect/Makefile.am
@@ -5,17 +5,19 @@
 #
 # Copyright (C) 2010 Igalia S.L.
 
+grl-inspect.c: grl-core-keys.h
+
 grl-core-keys.h: $(top_builddir)/src/grl-metadata-key.h
        $(AWK) 'BEGIN { printf "gchar *grl_core_keys[] = {\n" } { if ( $$2 ~ /^GRL_METADATA_KEY_/ && $$2 !~ 
/_GET_/ ) printf "\""$$2"\",\n" } END { printf "};\n" }' $< > $@
 
 INCLUDES = $(DEPS_CFLAGS)
 
 bin_PROGRAMS =                 \
-       grl-core-keys.h \
        grl-inspect- GRL_MAJORMINOR@
 
 grl_inspect_ GRL_MAJORMINOR@_SOURCES = \
-       grl-inspect.c
+       grl-inspect.c                                                           \
+       grl-core-keys.h
 
 grl_inspect_ GRL_MAJORMINOR@_CFLAGS =  \
        -DPREFIX=$(prefix)                                              \
@@ -30,6 +32,7 @@ grl_inspect_ GRL_MAJORMINOR@_LDADD =  \
 noinst_HEADERS = grl-core-keys.h
 
 MAINTAINERCLEANFILES = \
+       grl-core-keys.h         \
        *.in                                            \
        *~
 


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