diff options
author | John Klug <john.klug@multitech.com> | 2017-03-21 12:06:18 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-03-21 12:06:18 -0500 |
commit | 23d921b91e20645718866bf8b460c18105075b7f (patch) | |
tree | 212dd156214c616f18baace801cf3ed2e5905917 /src | |
parent | a41bc36a2d8ce17d46327da9b709ca9e9c4c3de4 (diff) | |
download | mts-id-eeprom-23d921b91e20645718866bf8b460c18105075b7f.tar.gz mts-id-eeprom-23d921b91e20645718866bf8b460c18105075b7f.tar.bz2 mts-id-eeprom-23d921b91e20645718866bf8b460c18105075b7f.zip |
Put Makefile.am in correct directory.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 186b2a6..bfeafff 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,8 +1,12 @@ AUTOMAKE_OPTIONS = gnu AM_CFLAGS = -Wall -bin_PROGRAMS = mts-id-eeprom + +bin_PROGRAMS = mts-id-eeprom hashpwd mts_id_eeprom_SOURCES = eeprom_main.c +hashpwd_SOURCES = hashpwd.cpp noinst_HEADERS = eeprom.h +hashpwd_LDADD = -lcrypto + EXTRA_DIST = |