From 8506b54def4bd9e7b4eaff3ad78a30d2b50abf82 Mon Sep 17 00:00:00 2001 From: Youness Alaoui Date: Sun, 18 Jan 2009 23:59:39 -0500 Subject: [PATCH] install interfaces.h and add it as include to nice.h --- agent/Makefile.am | 2 +- nice/nice.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/agent/Makefile.am b/agent/Makefile.am index beed9e69..bdcccdd5 100644 --- a/agent/Makefile.am +++ b/agent/Makefile.am @@ -66,4 +66,4 @@ libagent_la_DEPENDENCIES = \ ../socket/libsocket.la \ ../stun/libstun.la -pkginclude_HEADERS = agent.h candidate.h debug.h address.h +pkginclude_HEADERS = agent.h candidate.h debug.h address.h interfaces.h diff --git a/nice/nice.h b/nice/nice.h index 33c54a87..63c29392 100644 --- a/nice/nice.h +++ b/nice/nice.h @@ -39,6 +39,7 @@ #define _NICE_H #include "agent.h" +#include "interfaces.h" #endif /* _NICE_H */ -- GitLab