diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-09-20 17:25:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-20 17:25:25 -0400 |
commit | 5bf5eb75d34b6d43867eafc4cc2d542dfa684164 (patch) | |
tree | b6f56de54f44beab11dff0deaaabebbdf21ea353 /obj_files.mk | |
parent | c69681b46b7bc23e0eb42ad85f259d1839bed48d (diff) | |
parent | 1b7bc965fad86a940e70e0a347831107d5e4e663 (diff) |
Merge pull request #63 from mparisi20/splits
Splits
Diffstat (limited to 'obj_files.mk')
-rw-r--r-- | obj_files.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/obj_files.mk b/obj_files.mk index 7209343..0f27619 100644 --- a/obj_files.mk +++ b/obj_files.mk @@ -79,6 +79,13 @@ TEXT_O_FILES := \ $(BUILD_DIR)/asm/ghttpEncryption.o \ $(BUILD_DIR)/asm/ghttpMain.o \ $(BUILD_DIR)/asm/ghttpPost.o \ + $(BUILD_DIR)/asm/ghttpProcess.o \ + $(BUILD_DIR)/asm/gbucket.o \ + $(BUILD_DIR)/asm/gstats.o \ + $(BUILD_DIR)/asm/NATify.o \ + $(BUILD_DIR)/asm/natneg.o \ + $(BUILD_DIR)/asm/sb_crypt.o \ + $(BUILD_DIR)/asm/sb_queryengine.o \ $(BUILD_DIR)/asm/text_10_2.o \ $(BUILD_DIR)/asm/text_11.o |