libdrgn: python: rename module.c to main.c

We're eventually going to add a drgn.Module class, which logically
should go in a file called module.c. But, we already have a module.c
with module-level definitions. Rename that file to main.c to free up
module.c

Signed-off-by: Omar Sandoval <osandov@osandov.com>
This commit is contained in:
Omar Sandoval 2022-08-29 11:14:16 -07:00
parent 1fe01bb4b8
commit 8bfc9f1e07
2 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ _drgn_la_SOURCES = python/constants.c \
python/error.c \
python/helpers.c \
python/language.c \
python/module.c \
python/main.c \
python/object.c \
python/platform.c \
python/program.c \