]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Moved auth-client-interface.h to lib-auth/.
authorTimo Sirainen <tss@iki.fi>
Thu, 30 Apr 2009 22:41:43 +0000 (18:41 -0400)
committerTimo Sirainen <tss@iki.fi>
Thu, 30 Apr 2009 22:41:43 +0000 (18:41 -0400)
--HG--
branch : HEAD

src/auth/Makefile.am
src/lib-auth/Makefile.am
src/lib-auth/auth-client-interface.h [moved from src/auth/auth-client-interface.h with 100% similarity]
src/lib-auth/auth-client.h

index 670388b68693c8336bb10fc9d49c9a39fe6a2b56..daa3e9553c65e3fe80a540d0471e5d81213e4f69 100644 (file)
@@ -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 \
index 0a7954999f41c9ea42ec2160a66657df674d4d2d..182da1f0ef39817b6fd80e3f580e6215ee5eca08 100644 (file)
@@ -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
index 267bb45a90bcc0d55cba369894ce13dbcf7dd9c2..3554a0a22d2db18d6b8c86326d259611fcb2bea9 100644 (file)
@@ -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;