Просмотр исходного кода

Final fixup to build all things properly.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1613 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake 17 лет назад
Родитель
Сommit
72d30f4ee1
4 измененных файлов с 4 добавлено и 4 удалено
  1. 1 1
      corosync/Makefile
  2. 1 1
      openais/lib/ckpt.c
  3. 1 1
      openais/lib/lck.c
  4. 1 1
      openais/lib/msg.c

+ 1 - 1
corosync/Makefile

@@ -181,7 +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)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)

+ 1 - 1
openais/lib/ckpt.c

@@ -49,7 +49,7 @@
 #include "../include/saAis.h"
 #include <corosync/mar_gen.h>
 #include <corosync/ipc_gen.h>
-#include <corosync/engine/list.h>
+#include <corosync/list.h>
 #include "../include/saCkpt.h"
 #include "../include/ipc_ckpt.h"
 #include "../include/mar_ckpt.h"

+ 1 - 1
openais/lib/lck.c

@@ -46,7 +46,7 @@
 #include <sys/un.h>
 
 #include <saAis.h>
-#include <corosync/engine/list.h>
+#include <corosync/list.h>
 #include <saLck.h>
 #include <corosync/ipc_gen.h>
 #include "../include/ipc_lck.h"

+ 1 - 1
openais/lib/msg.c

@@ -48,7 +48,7 @@
 #include <saAis.h>
 #include <saMsg.h>
 
-#include <corosync/engine/list.h>
+#include <corosync/list.h>
 #include <corosync/ipc_gen.h>
 
 #include "../include/ipc_msg.h"