|
@@ -16,6 +16,7 @@ PKG_PROG_PKG_CONFIG([0.24])
|
|
|
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
|
|
|
|
|
hidapi="hidapi"
|
|
|
+AC_SUBST(hidapi)
|
|
|
|
|
|
AC_SUBST(PKG_CONFIG_EXTRA_PATH, "")
|
|
|
AC_SUBST(EXTRA_LD_FLAGS, "")
|
|
@@ -145,5 +146,5 @@ AC_PROG_CC
|
|
|
AC_PROG_CC_C99
|
|
|
|
|
|
AC_CONFIG_HEADERS([config.h])
|
|
|
-AC_CONFIG_FILES([Makefile src/Makefile tests/Makefile tests/unittests/Makefile examples/Makefile examples/opengl/Makefile examples/simple/Makefile])
|
|
|
+AC_CONFIG_FILES([Makefile src/Makefile tests/Makefile tests/unittests/Makefile examples/Makefile examples/opengl/Makefile examples/simple/Makefile pkg-config/openhmd.pc])
|
|
|
AC_OUTPUT
|