Final fixup to build all things properly.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1613 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
Steven Dake 2008-07-24 13:20:09 +00:00
parent bdd95299f5
commit 72d30f4ee1
4 changed files with 4 additions and 4 deletions

View File

@ -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)

View File

@ -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"

View File

@ -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"

View File

@ -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"