diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-08-20 02:21:03 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-08-20 02:21:03 +0000 |
commit | afa617e410dad21b496539c2c7e89124294f33ae (patch) | |
tree | 34ea91f73b970e4c4900a98bba8ea3e26d85b9ec /cups | |
parent | 493a35c0e0d1c0ca44250f0fc35ed28bf6a0795e (diff) |
Don't create backend directory if disabled
Diffstat (limited to 'cups')
-rw-r--r-- | cups/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cups/Makefile.am b/cups/Makefile.am index 3cb331c7..7d5cadf4 100644 --- a/cups/Makefile.am +++ b/cups/Makefile.am @@ -1,7 +1,7 @@ +if CUPS cupsdir = $(libdir)/cups/backend -if CUPS cups_PROGRAMS = bluetooth else noinst_PROGRAMS = bluetooth |