diff options
Diffstat (limited to 'cpp/etc')
-rw-r--r-- | cpp/etc/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/etc/Makefile.am b/cpp/etc/Makefile.am index 6c7fa13c29..f683459cd4 100644 --- a/cpp/etc/Makefile.am +++ b/cpp/etc/Makefile.am @@ -31,4 +31,7 @@ sasldb_DATA = $(SASL_DB) # users live, and we want the users to exist in that realm as well. $(SASL_DB): echo guest | /usr/sbin/saslpasswd2 -c -p -f $(SASL_DB) -u QPID guest + +CLEANFILES=$(SASL_DB) + endif |