summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2014-11-17 09:38:35 +0100
committerSimo Sorce <simo@redhat.com>2015-01-15 13:28:34 -0500
commit457f1fcaee81731a631559d07703db15528c84bc (patch)
tree6052e734d937176b85ebee18018d5a65aac8d869
parentd03b4267cd0b48526eff4b9a02a6434e60d30038 (diff)
downloadgss-proxy-457f1fcaee81731a631559d07703db15528c84bc.tar.gz
gss-proxy-457f1fcaee81731a631559d07703db15528c84bc.tar.xz
gss-proxy-457f1fcaee81731a631559d07703db15528c84bc.zip
BUILD: Change ordering of invoking Makefiles
Make distcheck failed with error: Makefile:1229: tests/.deps/cli_srv_comm.Po: No such file or directory Makefile:1230: tests/.deps/interposetest.Po: No such file or directory make[2]: *** No rule to make target 'tests/.deps/interposetest.Po'. Stop. make[2]: Leaving directory './gss-proxy/proxy/bdir/gssproxy-0.3.1/_build' Makefile:1528: recipe for target 'distclean-recursive' failed make[1]: *** [distclean-recursive] Error 1 Signed-off-by: Lukas Slebodnik <lslebodn@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
-rw-r--r--proxy/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/proxy/Makefile.am b/proxy/Makefile.am
index 289cfb9..b5ba2af 100644
--- a/proxy/Makefile.am
+++ b/proxy/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = tests
+SUBDIRS = . tests
#SUBDIRS += po
if HAVE_MANPAGES