diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2026-05-09 17:57:12 +0200 |
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2026-05-09 17:57:12 +0200 |
| commit | d71ca4876dbd4c68dae05cf55b7d24de3a09b7ed (patch) | |
| tree | 36fd5957c604f96e283229e0429aed345b4c5583 /Makefile.in | |
| parent | 9a01a96702fcc37ed10d0bece56bfddf4387b274 (diff) | |
| parent | 15612a69dd5bb9dbad09e7095dc69ba96997c23b (diff) | |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 5e6dce7..926d1e2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -199,7 +199,8 @@ am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ $(top_srcdir)/build-aux/ltmain.sh \ $(top_srcdir)/build-aux/missing COPYING build-aux/ar-lib \ build-aux/compile build-aux/config.guess build-aux/config.sub \ - build-aux/install-sh build-aux/ltmain.sh build-aux/missing + build-aux/depcomp build-aux/install-sh build-aux/ltmain.sh \ + build-aux/missing DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) |
