diff options
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r-- | examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index 8c2acb2..36e0b9b 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -7,4 +7,4 @@ gadget_export_SOURCE = gadget-export.c gadget_import_SOURCE = gadget-import.c show_udcs_SOURCE = show-udcs.c AM_CPPFLAGS=-I$(top_srcdir)/include/ -AM_LDFLAGS=-L../src/ -lusbgx +AM_LDFLAGS=-L../src/ -lusbg |