diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-10 16:16:52 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-10 16:16:52 +0100 |
commit | e40eb0da36368624306275725d8e1d6b25422762 (patch) | |
tree | 44a9d1f8167b044db37a4b06a7f361081133d20a /package/pacemaker-mgmt/Makefile | |
parent | 683b7ec9393f21e2d9ef3c846a3fbf24178423ef (diff) | |
parent | 0241f2121f30dee91113e0e9619e618415f64de1 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/pacemaker-mgmt/Makefile')
-rw-r--r-- | package/pacemaker-mgmt/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/pacemaker-mgmt/Makefile b/package/pacemaker-mgmt/Makefile index 4fae950ca..a4959fe06 100644 --- a/package/pacemaker-mgmt/Makefile +++ b/package/pacemaker-mgmt/Makefile @@ -27,9 +27,9 @@ CONFIGURE_ARGS+= --with-initdir=/etc/init.d \ --with-ocf-root=/usr/lib/ocf \ --without-ais-support \ --disable-fatal-warnings -TARGET_CFLAGS+= -I$(STAGING_DIR)/usr/include/python2.7 \ - -I$(STAGING_DIR)/usr/include/pacemaker \ - -I$(STAGING_DIR)/usr/include/heartbeat +TARGET_CFLAGS+= -I$(STAGING_TARGET_DIR)/usr/include/python2.7 \ + -I$(STAGING_TARGET_DIR)/usr/include/pacemaker \ + -I$(STAGING_TARGET_DIR)/usr/include/heartbeat pacemaker-mgmt-install: $(INSTALL_DIR) $(IDIR_PACEMAKER_MGMT)/usr/lib |