From 04fba22378a51bdc73b71d1bf369c54d22ef3494 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Wed, 29 Jan 2014 12:50:50 -0500 Subject: [PATCH] add missing dep --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 2097bcd6f6..4e30d951cf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -437,6 +437,8 @@ $(switch_builddir)/quiet_libtool: $(switch_builddir)/libtool build/print_git_revision: build/print_git_revision.c $(CC) -o $@ $< +src/switch_version.c: src/include/switch_version.h + src/include/switch_version.h: src/include/switch_version.h.in Makefile build/print_git_revision $(libfreeswitch_la_SOURCES) $(library_include_HEADERS) @cat $< > $@; \ if [ -d .git ] && [ -n "$$(which git)" ]; then \