Преглед изворни кода

openais now builds when make install is done from corosync.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1612 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake пре 17 година
родитељ
комит
bdd95299f5
6 измењених фајлова са 12 додато и 11 уклоњено
  1. 1 0
      corosync/Makefile
  2. 2 2
      openais/services/ckpt.c
  3. 2 2
      openais/services/clm.c
  4. 2 2
      openais/services/evt.c
  5. 3 3
      openais/services/lck.c
  6. 2 2
      openais/services/msg.c

+ 1 - 0
corosync/Makefile

@@ -181,6 +181,7 @@ install: all
 	    install -m 644 $(srcdir)include/$$aHeader $(DESTDIR)$(INCLUDEDIR);	\
 	done
 
+        install -m 644 $(srcdir)include/hdb.h $(DESTDIR)$(INCLUDEDIR)
 	install -m 644 $(srcdir)exec/coropoll.h $(DESTDIR)$(INCLUDEDIR_TOTEM)
 	install -m 644 $(srcdir)exec/totempg.h $(DESTDIR)$(INCLUDEDIR_TOTEM)
 	install -m 644 $(srcdir)exec/totem.h $(DESTDIR)$(INCLUDEDIR_TOTEM)

+ 2 - 2
openais/services/ckpt.c

@@ -51,11 +51,11 @@
 #include <corosync/mar_gen.h>
 #include <corosync/hdb.h>
 #include <corosync/engine/swab.h>
-#include <corosync/engine/list.h>
 #include <corosync/engine/coroapi.h>
+#include <corosync/list.h>
 #include <corosync/engine/logsys.h>
-#include <corosync/saAis.h>
 #include <corosync/lcr/lcr_comp.h>
+#include "../include/saAis.h"
 #include "../include/saEvt.h"
 #include "../include/ipc_ckpt.h"
 #include "../include/mar_ckpt.h"

+ 2 - 2
openais/services/clm.c

@@ -60,11 +60,11 @@
 #include <corosync/ipc_gen.h>
 #include <corosync/mar_gen.h>
 #include <corosync/engine/swab.h>
-#include <corosync/engine/list.h>
 #include <corosync/engine/coroapi.h>
+#include <corosync/list.h>
 #include <corosync/engine/logsys.h>
-#include <corosync/saAis.h>
 #include <corosync/lcr/lcr_comp.h>
+#include "../include/saAis.h"
 #include "../include/saClm.h"
 #include "../include/ipc_clm.h"
 #include "../include/mar_clm.h"

+ 2 - 2
openais/services/evt.c

@@ -53,11 +53,11 @@
 #include <corosync/mar_gen.h>
 #include <corosync/hdb.h>
 #include <corosync/engine/swab.h>
-#include <corosync/engine/list.h>
 #include <corosync/engine/coroapi.h>
 #include <corosync/engine/logsys.h>
-#include <corosync/saAis.h>
 #include <corosync/lcr/lcr_comp.h>
+#include <corosync/list.h>
+#include "../include/saAis.h"
 #include "../include/saEvt.h"
 #include "../include/ipc_evt.h"
 

+ 3 - 3
openais/services/lck.c

@@ -50,12 +50,12 @@
 
 #include <corosync/ipc_gen.h>
 #include <corosync/mar_gen.h>
+#include <corosync/list.h>
+#include <corosync/lcr/lcr_comp.h>
 #include <corosync/engine/swab.h>
-#include <corosync/engine/list.h>
 #include <corosync/engine/coroapi.h>
 #include <corosync/engine/logsys.h>
-#include <corosync/saAis.h>
-#include <corosync/lcr/lcr_comp.h>
+#include "../include/saAis.h"
 #include "../include/saAis.h"
 #include "../include/saLck.h"
 #include "../include/ipc_lck.h"

+ 2 - 2
openais/services/msg.c

@@ -50,11 +50,11 @@
 #include <corosync/ipc_gen.h>
 #include <corosync/mar_gen.h>
 #include <corosync/engine/swab.h>
-#include <corosync/engine/list.h>
+#include <corosync/list.h>
 #include <corosync/engine/coroapi.h>
 #include <corosync/engine/logsys.h>
-#include <corosync/saAis.h>
 #include <corosync/lcr/lcr_comp.h>
+#include "../include/saAis.h"
 #include "../include/saMsg.h"
 #include "../include/ipc_msg.h"