AUTOMAKE_OPTIONS = gnu
AM_CFLAGS = -Wall
bin_PROGRAMS = mts-id-eeprom
mts_id_eeprom_SOURCES = eeprom_main.c
noinst_HEADERS = eeprom.h

EXTRA_DIST =