[Xfce4-commits] [apps/xfdashboard] 01/01: Install header files for libxfdashboard shared library and API

noreply at xfce.org noreply at xfce.org
Wed Feb 17 09:39:49 CET 2016


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

nomad pushed a commit to branch master
in repository apps/xfdashboard.

commit 100dcbb99d94ed71a38cee006cc919bb882eedc2
Author: Stephan Haller <nomad at froevel.de>
Date:   Wed Feb 17 09:39:26 2016 +0100

    Install header files for libxfdashboard shared library and API
---
 .gitignore                 | 14 ++++++++------
 libxfdashboard/Makefile.am |  6 ++++++
 2 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore
index 987b878..b8253b7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,13 +6,9 @@
 .deps
 .libs
 *.geany
-libxfdashboard/enums.[ch]
-libxfdashboard/marshal.[ch]
-libxfdashboard/stamp-marshal.h
-xfdashboard/xfdashboard
-settings/xfdashboard-settings
+*~
+ChangeLog
 data/appdata/xfdashboard.appdata.xml
-data/data/preferences.ui~
 data/themes/xfdashboard/xfdashboard.theme
 data/themes/xfdashboard/xfdashboard.theme.in
 data/themes/xfdashboard-auber/xfdashboard.theme
@@ -34,6 +30,12 @@ data/xfdashboard-autostart.desktop.in
 data/xfdashboard-settings.desktop
 data/xfdashboard-settings.desktop.in
 ChangeLog
+libxfdashboard/enums.[ch]
+libxfdashboard/marshal.[ch]
+libxfdashboard/stamp-marshal.h
+libxfdashboard/libxfdashboard.pc
+settings/xfdashboard-settings
+xfdashboard/xfdashboard
 
 # Ignore autotools files
 COPYING
diff --git a/libxfdashboard/Makefile.am b/libxfdashboard/Makefile.am
index 030293b..d4b328e 100644
--- a/libxfdashboard/Makefile.am
+++ b/libxfdashboard/Makefile.am
@@ -201,6 +201,12 @@ libxfdashboard_la_LIBADD += \
 	$(XINERAMA_LIBS)
 endif
 
+libxfdashboard_la_includedir = \
+	$(includedir)/xfdashboard/libxfdashboard
+
+libxfdashboard_la_include_HEADERS = \
+	$(libxfdashboard_la_headers)
+
 if MAINTAINER_MODE
 
 CLEANFILES = \

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


More information about the Xfce4-commits mailing list