You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-backup/deja-dup/files/deja-dup-21.2-prll.patch

31 lines
702 B

common/Makefile.am | 1 -
widgets/Makefile.am | 3 +--
2 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/common/Makefile.am b/common/Makefile.am
index a45f40e..1cad678 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -29,7 +29,6 @@ libcommon_la_LIBADD = \
@INTLLIBS@
noinst_HEADERS = \
- common.h \
chacks.h \
uriutils.h
diff --git a/widgets/Makefile.am b/widgets/Makefile.am
index af007e3..5c7c545 100644
--- a/widgets/Makefile.am
+++ b/widgets/Makefile.am
@@ -31,8 +31,7 @@ libwidgets_la_LIBADD = \
@INTLLIBS@ \
$(top_builddir)/common/libcommon.la
-noinst_HEADERS = \
- widgets.h
+noinst_HEADERS =
libwidgets_la_VALASOURCES = \
ConfigBool.vala \