1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00

Rename reg_printing.c to reg_backend_printing.c

Start making naming of source files more systematic
to facilitate understanding of the structures.

Michael
(This used to be commit b3c2fb17a4226559788a47fee968ef19b7fbb6b2)
This commit is contained in:
Michael Adam 2008-01-20 23:59:06 +01:00
parent 625c17e670
commit 1e68e24c8e
2 changed files with 1 additions and 1 deletions

View File

@ -422,7 +422,7 @@ REGFIO_OBJ = registry/regfio.o
REGOBJS_OBJ = registry/reg_objects.o
REGISTRY_BACKENDS = registry/reg_printing.o \
REGISTRY_BACKENDS = registry/reg_backend_printing.o \
registry/reg_db.o \
registry/reg_smbconf.o \
registry/reg_shares.o \