summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r--NWGNUmakefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile
index 0cf96456ad..9347fac79a 100644
--- a/NWGNUmakefile
+++ b/NWGNUmakefile
@@ -366,11 +366,14 @@ FILES_lib_objs = \
$(OBJDIR)/pcre_tables.o \
$(OBJDIR)/pcre_try_flipped.o \
$(OBJDIR)/pcre_version.o \
- $(OBJDIR)/chartables.o \
$(EOLIST)
endif
+FILES_lib_objs += \
+ $(OBJDIR)/chartables.o \
+ $(EOLIST)
+
#
# implement targets and dependancies (leave this section alone)
#