]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
auth: Makefile dependency fix
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Tue, 3 May 2016 14:43:00 +0000 (17:43 +0300)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Tue, 10 May 2016 21:22:36 +0000 (17:22 -0400)
Hopefully fixes:
mv: cannot stat '.deps/auth-stats.Tpo': No such file or directory

src/auth/Makefile.am

index 3e00e2466254be9108eb615103edc694b0747410..0fbc56de0bff52bdc1a5edeeb20541b66573967b 100644 (file)
@@ -50,6 +50,7 @@ libpassword_a_SOURCES = \
        password-scheme-rpa.c
 
 auth_libs = \
+       libstats_auth.la \
        libpassword.a \
        ../lib-ntlm/libntlm.a \
        ../lib-otp/libotp.a \
@@ -74,7 +75,6 @@ auth_SOURCES = \
        auth-request-stats.c \
        auth-request-var-expand.c \
        auth-settings.c \
-       auth-stats.c \
        auth-fields.c \
        auth-token.c \
        auth-worker-client.c \
@@ -204,9 +204,9 @@ stats_moduledir = $(moduledir)/stats
 stats_module_LTLIBRARIES = libstats_auth.la
 
 libstats_auth_la_LDFLAGS = -module -avoid-version
-libstats_auth_la_LIBADD = auth-stats.lo $(LIBDOVECOT)
-libstats_auth_la_DEPENDENCIES = auth-stats.lo
-libstats_auth_la_SOURCES =
+libstats_auth_la_LIBADD = $(LIBDOVECOT)
+libstats_auth_la_DEPENDENCIES = $(LIBDOVECOT_DEPS)
+libstats_auth_la_SOURCES = auth-stats.c
 
 test_programs = \
        test-auth-cache \