diff options
Diffstat (limited to 'src/timezone')
| -rw-r--r-- | src/timezone/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/timezone/Makefile b/src/timezone/Makefile index 78aeab43922..bf23ac9da97 100644 --- a/src/timezone/Makefile +++ b/src/timezone/Makefile @@ -16,10 +16,15 @@ top_builddir = ../.. include $(top_builddir)/src/Makefile.global # files to build into backend -OBJS= localtime.o strftime.o pgtz.o +OBJS = \ + localtime.o \ + pgtz.o \ + strftime.o # files needed to build zic utility program -ZICOBJS= zic.o $(WIN32RES) +ZICOBJS = \ + $(WIN32RES) \ + zic.o # we now distribute the timezone data as a single file TZDATAFILES = $(srcdir)/data/tzdata.zi |
