changeset 6435:1672a4cb665e HEAD

Try an alternative way to specify rquota_xdr.c dependency.
author Timo Sirainen <tss@iki.fi>
date Mon, 17 Sep 2007 10:41:00 +0300
parents 7b745fb85975
children fd7ffed49763
files src/plugins/quota/Makefile.am
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/plugins/quota/Makefile.am	Mon Sep 17 10:35:24 2007 +0300
+++ b/src/plugins/quota/Makefile.am	Mon Sep 17 10:41:00 2007 +0300
@@ -28,7 +28,8 @@
 	quota-storage.c
 
 if HAVE_RQUOTA
-$(srcdir)/quota-fs.c: rquota_xdr.c
+lib10_quota_plugin_la_DEPENDENCIES = \
+	rquota_xdr.c
 
 rquota_xdr.c: Makefile
 	$(RPCGEN) -c /usr/include/rpcsvc/rquota.x | \