diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 13a0f06..b7cfbd3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -127,7 +127,8 @@ sbin_PROGRAMS = \ xqmstats \ edquota \ setquota \ - convertquota + convertquota \ + setproject if WITH_RPC sbin_PROGRAMS += \ rpc.rquotad @@ -247,6 +248,10 @@ convertquota_LDADD = \ $(RPCLIBS) \ $(TIRPC_LIBS) +setproject_SOURCES = setproject.c +setproject_LDADD = \ + libquota.a + if WITH_RPC rpc_rquotad_SOURCES = \ rquota_server.c \ |