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
This commit is contained in:
Steven Dake 2008-07-24 13:14:09 +00:00
parent 5c257afb8c
commit bdd95299f5
6 changed files with 12 additions and 11 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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