[Xfce4-commits] [apps/xfdashboard] 03/08: Add sub-directory "x11" with X11 specific window tracker and window content code to build system to get it compiled
noreply at xfce.org
noreply at xfce.org
Tue Apr 4 18:41:54 CEST 2017
This is an automated email from the git hooks/post-receive script.
nomad pushed a commit to branch master
in repository apps/xfdashboard.
commit 5d16deb516563006c72c393ed3dc9fb3c25c4234
Author: Stephan Haller <nomad at froevel.de>
Date: Tue Apr 4 17:36:48 2017 +0200
Add sub-directory "x11" with X11 specific window tracker and window content code to build system to get it compiled
---
libxfdashboard/Makefile.am | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/libxfdashboard/Makefile.am b/libxfdashboard/Makefile.am
index fb7b81b..6b5e6f2 100644
--- a/libxfdashboard/Makefile.am
+++ b/libxfdashboard/Makefile.am
@@ -1,3 +1,5 @@
+AUTOMAKE_OPTIONS = subdir-objects
+
AM_CPPFLAGS = \
-I$(top_srcdir) \
-DLIBXFDASHBOARD_COMPILATION=1 \
@@ -203,6 +205,23 @@ libxfdashboard_la_LDFLAGS = \
-export-symbols-regex "^[^_].*" \
-no-undefined
+x11_headers = \
+ x11/window-content-x11.h \
+ x11/window-tracker-x11.h \
+ x11/window-tracker-monitor-x11.h \
+ x11/window-tracker-window-x11.h \
+ x11/window-tracker-workspace-x11.h
+
+x11_sources = \
+ x11/window-content-x11.c \
+ x11/window-tracker-x11.c \
+ x11/window-tracker-monitor-x11.c \
+ x11/window-tracker-window-x11.c \
+ x11/window-tracker-workspace-x11.c
+
+libxfdashboard_la_headers += $(x11_headers)
+libxfdashboard_la_SOURCES += $(x11_sources)
+
if XFDASHBOARD_BUILD_WITH_XCOMPOSITE
libxfdashboard_la_CFLAGS += \
$(XCOMPOSITE_CFLAGS)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list