diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 18:40:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 18:40:37 +0000 |
commit | cabd780cae125bed23f70d57db05ae0f32d8df4c (patch) | |
tree | aa0333438759b0295022ef95bd38df6b7226a89c /src/Makefile.am | |
parent | Releasing progress-linux version 1.22.4-0.0~progress7.99u1. (diff) | |
download | dpkg-cabd780cae125bed23f70d57db05ae0f32d8df4c.tar.xz dpkg-cabd780cae125bed23f70d57db05ae0f32d8df4c.zip |
Merging upstream version 1.22.5.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | src/Makefile.am | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 31d1a9e..6d0f2f2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -98,14 +98,6 @@ dpkg_deb_SOURCES = \ deb/main.c \ # EOL -dpkg_deb_LDADD = \ - $(LDADD) \ - $(Z_LIBS) \ - $(LZMA_LIBS) \ - $(ZSTD_LIBS) \ - $(BZ2_LIBS) \ - # EOL - dpkg_divert_SOURCES = \ divert/main.c \ # EOL @@ -142,6 +134,9 @@ dpkg_trigger_SOURCES = \ trigger/main.c \ # EOL +dist_bashcompletions_DATA = \ + # EOL + SUFFIXES = include $(top_srcdir)/build-aux/subst.am |