diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2005-04-21 21:34:08 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2005-04-21 21:34:08 +0000 |
commit | adbb22a47c9356e0c191a75daec0439e8d941bd1 (patch) | |
tree | 6c186bc090dd637de53c393d8173426f02530a09 /extra/Makefile.am | |
parent | f5a214f76f2d93702b5bc3b0b168389d8f8b34f2 (diff) |
Use LDADD instead of LIBS
Diffstat (limited to 'extra/Makefile.am')
-rw-r--r-- | extra/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/Makefile.am b/extra/Makefile.am index 8bbaa2c8..7ce141c0 100644 --- a/extra/Makefile.am +++ b/extra/Makefile.am @@ -11,7 +11,7 @@ usb_DATA = $(datafiles) usb_PROGRAMS = bcm203x -LDADD = @USB_LIBS@ +bcm203x_LDADD = @USB_LIBS@ AM_CFLAGS = @USB_CFLAGS@ endif |