summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2023-04-20 12:36:53 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2023-04-20 12:36:53 (EDT)
commit26f9f9cf6b80eda4b5fab131812964f41e0a193a (patch)
tree0bb235d2a49df14556f3876351c794c97ce3a655
parentcd1c89493b99c72fcccae88cc1ca4393ce02b3a6 (diff)
build: Fix EXTRA_DIST
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 9f5c00a..68131cc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -55,7 +55,7 @@ opkg_opk_LINK = $(LINK) version.c
EXTRA_opkg_opk_DEPENDENCIES = version.c
CLEANFILES = version.c
CONFIG_CLEAN_FILES =
-EXTRA_DIST = build-aux/config.rpath autogen.sh
+EXTRA_DIST = autogen.sh
version.c: $(opkg_opk_OBJECTS) $(opkg_opk_DEPENDENCIES)
$(AM_V_GEN)printf 'const char *PACKAGE_VERSION_GIT = "%s";\n' \