summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2011-05-29 15:55:24 +0200
committerSylvain Munaut <tnt@246tNt.com>2011-05-29 15:55:24 +0200
commit2743496f8a5d256e72d11dbd9bfc5a7cfbaf416e (patch)
treec8312c25cb2f1bc6df6dca0bdf05a71c6f465ffe /src/Makefile
parentda37aa275e2f408e0cee2e84e5efac0cd17d942b (diff)
src/Makefile: The configure.in was renamed configure.ac -> update Makefile
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index d6f556f9..b30915e6 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -25,7 +25,7 @@ libosmocore-host: shared/libosmocore/build-host/src/.libs/libosmocore.la
shared/libosmocore/build-host:
mkdir $@
-shared/libosmocore/configure: shared/libosmocore/configure.in
+shared/libosmocore/configure: shared/libosmocore/configure.ac
cd shared/libosmocore && autoreconf -i
shared/libosmocore/build-host/Makefile: shared/libosmocore/configure shared/libosmocore/build-host