summaryrefslogtreecommitdiff
path: root/mail/dovecot2/patches/patch-src_plugins_quota_Makefile.in
blob: c830e5a260a6c69d384601bc50a2dcfaad17d2bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
--- src/plugins/quota/Makefile.in.orig	2013-01-19 03:09:26.000000000 +0100
+++ src/plugins/quota/Makefile.in	2013-01-19 03:07:06.000000000 +0100
@@ -84,9 +84,10 @@
 lib10_doveadm_quota_plugin_la_LINK = $(LIBTOOL) --tag=CC \
 	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
 	$(AM_CFLAGS) $(CFLAGS) \
 	$(lib10_doveadm_quota_plugin_la_LDFLAGS) $(LDFLAGS) -o $@
-lib10_quota_plugin_la_LIBADD =
+am__DEPENDENCIES_1 =
+lib10_quota_plugin_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
 am__objects_1 = quota.lo quota-count.lo quota-fs.lo quota-dict.lo \
 	quota-dirsize.lo quota-maildir.lo quota-plugin.lo \
 	quota-storage.lo
 am_lib10_quota_plugin_la_OBJECTS = $(am__objects_1)
@@ -215,8 +216,9 @@
 PG_CONFIG = @PG_CONFIG@
 PKG_CONFIG = @PKG_CONFIG@
 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
+QUOTA_LIBS = @QUOTA_LIBS@
 RANLIB = @RANLIB@
 RPCGEN = @RPCGEN@
 RUN_TEST = @RUN_TEST@
 SED = @SED@
@@ -319,8 +321,11 @@
 	quota-maildir.c \
         quota-plugin.c \
 	quota-storage.c
 
+lib10_quota_plugin_la_LIBADD = \
+	$(QUOTA_LIBS)
+
 lib10_quota_plugin_la_SOURCES = $(quota_dist_sources)
 nodist_lib10_quota_plugin_la_SOURCES = $(RQUOTA_XDR)
 doveadm_module_LTLIBRARIES = \
 	lib10_doveadm_quota_plugin.la