[Xfce4-commits] [apps/xfce4-screensaver] 409/425: Fix builds and start making distcheck work
noreply at xfce.org
noreply at xfce.org
Mon Oct 15 01:54:16 CEST 2018
This is an automated email from the git hooks/post-receive script.
b l u e s a b r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/xfce4-screensaver.
commit fe6c8cba748498cfb289278dfb451eb9e123a3be
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Fri Oct 12 22:54:17 2018 -0400
Fix builds and start making distcheck work
---
Makefile.am | 2 +-
configure.ac | 2 +-
src/Makefile.am | 3 +++
3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index dc6ffab..195b9ef 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,7 +22,7 @@ EXTRA_DIST = \
COPYING.LIB \
AUTHORS \
INSTALL \
- README \
+ README.md \
ChangeLog \
NEWS \
intltool-extract.in \
diff --git a/configure.ac b/configure.ac
index 074cbda..f355c66 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ AC_INIT([xfce4-screensaver],
AC_CONFIG_SRCDIR(src/xfce4-screensaver.c)
AC_CONFIG_MACRO_DIRS([m4])
-AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz check-news])
+AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz check-news foreign])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_CONFIG_HEADERS(config.h)
diff --git a/src/Makefile.am b/src/Makefile.am
index dfdc7c2..c7b3235 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -78,6 +78,7 @@ test_fade_SOURCES = \
gs-debug.h \
xfce-rr.c \
xfce-rr.h \
+ xfce-rr-private.h \
$(NULL)
test_fade_LDADD = \
@@ -227,6 +228,7 @@ xfce4_screensaver_SOURCES = \
gs-fade.h \
xfce-rr.c \
xfce-rr.h \
+ xfce-rr-private.h \
xfce-bg.c \
xfce-bg.h \
xfce-desktop-utils.c \
@@ -294,6 +296,7 @@ xfce4_screensaver_preferences_LDADD = \
EXTRA_DIST = \
debug-screensaver.sh \
gs-marshal.list \
+ xfcekbd-indicator-marshal.list \
xfce4-screensaver.desktop.in \
$(NULL)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list