diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-30 23:16:32 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-30 23:16:32 (EDT) |
commit | 68d24230c8dc2acc83c19a21134aeb44ef424206 (patch) | |
tree | bc155706dddcf8a334c854feb97ccaee2e7acd0a | |
parent | 709f7aed9c0f5aa427e78fbb243301441273684d (diff) |
build: Drop vestige of Gettext
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0521f6a..a9c09ee 100644 --- a/Makefile.am +++ b/Makefile.am @@ -56,7 +56,7 @@ wolfssl_util_LDADD = \ $(ASAN_CFLAGS) wolfssl_util_LINK = $(LINK) version.c EXTRA_wolfssl_util_DEPENDENCIES = version.c -EXTRA_DIST = build-aux/config.rpath +EXTRA_DIST = CLEANFILES = version.c version.c: $(wolfssl_util_OBJECTS) $(wolfssl_util_DEPENDENCIES) |