You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
526 B

  1. Index: trunk/src/cmd/Makefile.am
  2. ===================================================================
  3. --- trunk/src/cmd/Makefile.am (revision 98)
  4. +++ trunk/src/cmd/Makefile.am (revision 99)
  5. @@ -17,5 +17,5 @@
  6. INCLUDES = -I$(top_srcdir)/lib
  7. LDADD = ../lib/libusbip.la @PACKAGE_LIBS@
  8. EXTRA_CFLAGS = @EXTRA_CFLAGS@
  9. -AM_CFLAGS = -Wall -W -Wstrict-prototypes -std=gnu99 $(EXTRA_CFLAGS) @PACKAGE_CFLAGS@
  10. +AM_CFLAGS = -Wall -W -Wstrict-prototypes -std=gnu99 $(EXTRA_CFLAGS) @PACKAGE_CFLAGS@ -DUSBIDS_FILE='"@USBIDS_DIR@/usb.ids"'