[Xfce4-commits] [apps/xfce4-notifyd] 24/24: panel-plugin: Actually build and install it

noreply at xfce.org noreply at xfce.org
Fri Sep 8 23:27:55 CEST 2017


This is an automated email from the git hooks/post-receive script.

o   c   h   o   s   i       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-notifyd.

commit 01443997eb51c75c771a2c4d941a3745ffdf0f46
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Fri Sep 8 23:27:13 2017 +0200

    panel-plugin: Actually build and install it
---
 Makefile.am     | 5 +++++
 configure.ac.in | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index db5381c..fa744f6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,9 @@
+AUTOMAKE_OPTIONS = subdir-objects
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+
 SUBDIRS = \
+	icons	\
+	panel-plugin \
 	po
 
 dist_autogen = autogen.sh
diff --git a/configure.ac.in b/configure.ac.in
index b82c381..e2f8828 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -3,6 +3,7 @@ dnl
 dnl xfce4-notifyd - server-side implementation of the fd.o notifications spec
 dnl
 dnl Copyright (c) 2008 Brian Tarricone <brian at tarricone.org>
+dnl Copyright (c) 2017 Simon Steinbeiss <simon at xfce.org>
 dnl
 
 dnl version info
@@ -63,6 +64,7 @@ XDT_CHECK_LIBX11_REQUIRE()
 dnl required
 XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.12.0])
 XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-2], [4.12.0])
+XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-2.0], [4.12.0])
 XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.10.0])
 XDT_CHECK_PACKAGE([GIO], [gio-2.0], [2.42.0])
 XDT_CHECK_PACKAGE([GIO_UNIX], [gio-unix-2.0], [2.42.0])
@@ -132,5 +134,8 @@ XDT_FEATURE_DEBUG()
 AC_OUTPUT(
 [
     Makefile
+    icons/Makefile
+    icons/scalable/Makefile
+    panel-plugin/Makefile
     po/Makefile.in
 ])

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list