diff --git a/lib/Makefile.in b/lib/Makefile.in index 82f700b10..d78983955 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -55,8 +55,8 @@ SOURCES =\ device/dev-io.c \ device/dev-md.c \ device/dev-swap.c \ + device/dev-type.c \ device/dev-luks.c \ - device/device.c \ display/display.c \ error/errseg.c \ unknown/unknown.c \ diff --git a/lib/device/device.c b/lib/device/dev-type.c similarity index 100% rename from lib/device/device.c rename to lib/device/dev-type.c