Adjust some comments about structure properties in pg_stat.h
[pgsql.git] / src / backend / statistics / Makefile
blob4672bd90f225b47a3458ee4fc25628958a665f85
1 #-------------------------------------------------------------------------
3 # Makefile--
4 # Makefile for statistics
6 # IDENTIFICATION
7 # src/backend/statistics/Makefile
9 #-------------------------------------------------------------------------
11 subdir = src/backend/statistics
12 top_builddir = ../../..
13 include $(top_builddir)/src/Makefile.global
15 OBJS = \
16 attribute_stats.o \
17 dependencies.o \
18 extended_stats.o \
19 mcv.o \
20 mvdistinct.o \
21 relation_stats.o \
22 stat_utils.o
24 include $(top_srcdir)/src/backend/common.mk