diff options
Diffstat (limited to 'ao-tools/ao-eeprom/Makefile.am')
-rw-r--r-- | ao-tools/ao-eeprom/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ao-tools/ao-eeprom/Makefile.am b/ao-tools/ao-eeprom/Makefile.am index 6c5e0383..d4aca00f 100644 --- a/ao-tools/ao-eeprom/Makefile.am +++ b/ao-tools/ao-eeprom/Makefile.am @@ -5,7 +5,7 @@ AO_EEPROM_LIBS=$(top_builddir)/ao-tools/lib/libao-tools.a ao_eeprom_DEPENDENCIES = $(AO_EEPROM_LIBS) -ao_eeprom_LDADD=$(AO_EEPROM_LIBS) $(LIBUSB_LIBS) +ao_eeprom_LDADD=$(AO_EEPROM_LIBS) -ljson-c ao_eeprom_SOURCES = ao-eeprom.c |