summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 20bc129..5295170 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ simple.o: simple.c
gcc -std=gnu99 -Wall -DOHMD_STATIC -Icontrib/OpenHMD/include/ -g -O2 -c -o simple.o simple.c
contrib/OpenHMD/src/.libs/libopenhmd.a:
- cd contrib/OpenHMD && ./configure --enable-static=yes && make -j5
+ cd contrib/OpenHMD && ./autogen.sh && ./configure --enable-static=yes && make -j5
clean:
rm -f simple.o simple