aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2015-12-30 10:55:05 +0100
committerSylvain Munaut <tnt@246tNt.com>2015-12-30 11:44:37 +0100
commitcddc91428ff4531e9df75d34c0953a260782860c (patch)
tree0127460553000b487170b069b9521204b6e81e1a
parent8966846f3e7a9d18503b9b8213e78ab5795103e2 (diff)
libgsmhr: fix Makefile.am dependency on source download
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
-rw-r--r--libgsmhr/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgsmhr/Makefile.am b/libgsmhr/Makefile.am
index 9ae8f81..9d6a9fc 100644
--- a/libgsmhr/Makefile.am
+++ b/libgsmhr/Makefile.am
@@ -16,7 +16,7 @@ ${REFSRC_PATH}/.downloaded:
sed -i -e"s/long int/int/" -e"s/long/int/" "${REFSRC_PATH}/typedefs.h"
touch $@
-${REFSRC_PATH}/dtx.c: ${REFSRC_PATH}/.downloaded
+${REFSRC_PATH}/*.c: ${REFSRC_PATH}/.downloaded
lib_LTLIBRARIES = libgsmhr.la
libgsmhr_la_SOURCES = $(REFSRC_SRC) libgsmhr.c