[Xfce4-commits] [panel-plugins/xfce4-notes-plugin] 01/01: build: fix s/AM_CFLAGS/AM_CPPFLAGS/
noreply at xfce.org
noreply at xfce.org
Sun Mar 29 12:44:41 CEST 2015
This is an automated email from the git hooks/post-receive script.
mmassonnet pushed a commit to branch master
in repository panel-plugins/xfce4-notes-plugin.
commit 7ef19c0e76dde13ef5036dca4b74c5f5dc482871
Author: Mike Massonnet <mmassonnet at gmail.com>
Date: Sun Mar 29 12:44:38 2015 +0200
build: fix s/AM_CFLAGS/AM_CPPFLAGS/
---
src/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index a084380..9ce0ebf 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,6 +1,6 @@
BUILT_SOURCES =
-AM_CFLAGS = \
+AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/lib \
-DPKGDATADIR=\""$(pkgdatadir)"\" \
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list