[Xfce4-commits] [apps/xfce4-screenshooter] 02/05: Add build dir to include search path for generated headers

noreply at xfce.org noreply at xfce.org
Mon May 5 17:15:24 CEST 2014


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

jeromeg pushed a commit to branch master
in repository apps/xfce4-screenshooter.

commit 1a20deaaee5cc1d2bcc1f0855c8ff99dc800ef9f
Author: Matthew Brush <matt at xfce.org>
Date:   Tue Apr 29 17:55:01 2014 -0700

    Add build dir to include search path for generated headers
    
    To allow building in directories other than the top srcdir.
---
 Makefile.am |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index c54790e..86693ea 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -35,7 +35,8 @@ lib_libscreenshooter_la_SOURCES =	\
 	lib/screenshooter-zimagez.c lib/screenshooter-zimagez.h
 
 lib_libscreenshooter_la_CFLAGS = \
-	-I$(top_srcdir)	\
+	-I$(top_srcdir) \
+	-I$(top_builddir)/lib \
 	@EXO_CFLAGS@ \
   @GTK_CFLAGS@ \
 	@GLIB_CFLAGS@ \
@@ -82,6 +83,7 @@ lib/screenshooter-marshal.c: lib/screenshooter-marshal.list Makefile
 # Main application
 src_xfce4_screenshooter_CFLAGS = \
 	-I$(top_srcdir)/lib/ \
+	-I$(top_builddir)/lib \
 	@EXO_CFLAGS@ \
 	@GTK_CFLAGS@ \
 	@GLIB_CFLAGS@ \
@@ -125,6 +127,7 @@ panel_plugin_libscreenshooterplugin_la_CFLAGS =	\
 	-DPACKAGE_LOCALE_DIR=\"$(localedir)\"	\
 	-I$(top_srcdir)	\
 	-I$(top_srcdir)/lib/	\
+	-I$(top_builddir)/lib/	\
 	@EXO_CFLAGS@ \
 	@LIBXFCE4PANEL_CFLAGS@ \
 	@LIBXFCE4UI_CFLAGS@ \

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


More information about the Xfce4-commits mailing list