diff options
author | Matt Porter <mporter@linaro.org> | 2014-01-04 15:23:14 -0500 |
---|---|---|
committer | Matt Porter <mporter@linaro.org> | 2014-01-21 07:58:24 -0500 |
commit | a371518d64ba444d46e2b9d23a8d78f63aae3bbf (patch) | |
tree | f1edca88d0ea6f936d9d241dcc91933725c0dbca /INSTALL | |
parent | 8b074b73d1c31ae59b572bdf1c2cafce3a9c6f02 (diff) | |
download | libusbg-a371518d64ba444d46e2b9d23a8d78f63aae3bbf.tar.gz libusbg-a371518d64ba444d46e2b9d23a8d78f63aae3bbf.tar.bz2 libusbg-a371518d64ba444d46e2b9d23a8d78f63aae3bbf.zip |
libusbg: rename gadget_*() -> usbg_*(), libusbg, and usbg.h
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>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Installing libgadget: +Installing libusbg: $ autoreconf -i $ ./configure |