mirror of
https://github.com/linux-usb-gadgets/libusbgx.git
synced 2025-07-25 15:05:06 +03:00
Rename library to libusbg. Moves the API include to usbg.h and accordingly changes all API prefixes to usbg_*(). Signed-off-by: Matt Porter <mporter@linaro.org>
9 lines
279 B
Text
9 lines
279 B
Text
AC_INIT([libusbg], [0.0.1], [matt.porter@linaro.org])
|
|
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
|
|
AC_PROG_CC
|
|
AM_PROG_AR
|
|
AC_CONFIG_MACRO_DIR([m4])
|
|
LT_INIT
|
|
AC_CONFIG_FILES([Makefile src/Makefile examples/Makefile libusbg.pc])
|
|
DX_INIT_DOXYGEN([$PACKAGE_NAME],[doxygen.cfg])
|
|
AC_OUTPUT
|