Skip to content

Commit

Permalink
* .gitignore: Ignore libusb-gadget.pc.
Browse files Browse the repository at this point in the history
* src/Makefile.am: Rename target.
  • Loading branch information
ueno committed Jun 29, 2009
1 parent f35d658 commit b913e34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -10,7 +10,7 @@ configure
depcomp
install-sh
libtool
libusg.pc.in
libusb-gadget.pc
ltmain.sh
m4
missing
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.am
@@ -1,3 +1,3 @@
include_HEADERS = usb-gadget.h
lib_LTLIBRARIES = libusb-gadget.la
libusb-gadget_la_SOURCES = usb-gadget.c usbstring.c list.h
libusb_gadget_la_SOURCES = usb-gadget.c usbstring.c list.h

0 comments on commit b913e34

Please sign in to comment.