From: Timo Sirainen Date: Thu, 30 Apr 2009 22:41:43 +0000 (-0400) Subject: Moved auth-client-interface.h to lib-auth/. X-Git-Tag: 2.0.alpha1~867 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1299f2c3723ca9ccf8f9e563ec23ee1a1721fe4c;p=thirdparty%2Fdovecot%2Fcore.git Moved auth-client-interface.h to lib-auth/. --HG-- branch : HEAD --- diff --git a/src/auth/Makefile.am b/src/auth/Makefile.am index 670388b686..daa3e9553c 100644 --- a/src/auth/Makefile.am +++ b/src/auth/Makefile.am @@ -19,6 +19,7 @@ pkglibexec_PROGRAMS = dovecot-auth checkpassword-reply AM_CPPFLAGS = \ -I$(top_srcdir)/src/lib \ + -I$(top_srcdir)/src/lib-auth \ -I$(top_srcdir)/src/lib-sql \ -I$(top_srcdir)/src/lib-settings \ -I$(top_srcdir)/src/lib-ntlm \ @@ -108,7 +109,6 @@ headers = \ auth.h \ auth-cache.h \ auth-client-connection.h \ - auth-client-interface.h \ auth-master-interface.h \ auth-master-connection.h \ auth-request.h \ diff --git a/src/lib-auth/Makefile.am b/src/lib-auth/Makefile.am index 0a7954999f..182da1f0ef 100644 --- a/src/lib-auth/Makefile.am +++ b/src/lib-auth/Makefile.am @@ -11,6 +11,7 @@ libauth_la_SOURCES = \ headers = \ auth-client.h \ + auth-client-interface.h \ auth-master.h \ auth-server-connection.h \ auth-server-request.h diff --git a/src/auth/auth-client-interface.h b/src/lib-auth/auth-client-interface.h similarity index 100% rename from src/auth/auth-client-interface.h rename to src/lib-auth/auth-client-interface.h diff --git a/src/lib-auth/auth-client.h b/src/lib-auth/auth-client.h index 267bb45a90..3554a0a22d 100644 --- a/src/lib-auth/auth-client.h +++ b/src/lib-auth/auth-client.h @@ -2,7 +2,7 @@ #define AUTH_CLIENT_H #include "network.h" -#include "../auth/auth-client-interface.h" +#include "auth-client-interface.h" struct auth_client; struct auth_request;