Skip to content

Commit ac14ba7

Browse files
committed
Add gp_log_tools into Makefile
1 parent c5fc574 commit ac14ba7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gpcontrib/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ ifeq "$(enable_debug_extensions)" "yes"
2121
gp_inject_fault \
2222
gp_replica_check \
2323
gp_legacy_string_agg \
24+
gp_log_tools \
2425
gp_array_agg \
2526
gp_percentile_agg \
2627
gp_error_handling \
@@ -37,6 +38,7 @@ else
3738
gp_parser \
3839
jsonlog-gpdb \
3940
gp_legacy_string_agg \
41+
gp_log_tools \
4042
gp_array_agg \
4143
gp_percentile_agg \
4244
gp_error_handling \
@@ -122,6 +124,7 @@ distclean:
122124

123125
installcheck:
124126
$(MAKE) -C gp_internal_tools installcheck
127+
$(MAKE) -C gp_log_tools installcheck
125128
$(MAKE) -C gp_array_agg installcheck
126129
if [ "$(enable_mapreduce)" = "yes" ]; then \
127130
$(MAKE) -C gpmapreduce installcheck; \

0 commit comments

Comments
 (0)