diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2004-07-21 15:20:28 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2004-07-21 15:20:28 +0000 |
commit | 15c1cf1ca0d2fc45dff471d71339db49deecd1cd (patch) | |
tree | 025a3df727c1379533fce429d70adf30a6fa432f /cups/Makefile.am | |
parent | 43f017c9527dd4f64670831114f3c85f5defebbd (diff) |
Make use of MAINTAINERCLEANFILES
Diffstat (limited to 'cups/Makefile.am')
-rw-r--r-- | cups/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cups/Makefile.am b/cups/Makefile.am index 9559648f..42f3ac2f 100644 --- a/cups/Makefile.am +++ b/cups/Makefile.am @@ -10,6 +10,8 @@ LIBS = @BLUEZ_LIBS@ AM_CFLAGS = @BLUEZ_CFLAGS@ +MAINTAINERCLEANFILES = Makefile.in + if CUPS install-data-local: bluetooth $(INSTALL) -D -m 755 $(srcdir)/bluetooth $(DESTDIR)@CUPS_BACKEND_DIR@/bluetooth |