Skip to content

Commit 22c5a59

Browse files
committed
Add WIN32RES to fulleq and mchar
1 parent ea47b26 commit 22c5a59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/fulleq/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
MODULE_big = fulleq
2-
OBJS = fulleq.o
2+
OBJS = fulleq.o $(WIN32RES)
33
EXTENSION = fulleq
44
DATA = fulleq--1.0.sql
55
DOCS = README.fulleq

contrib/mchar/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MODULE_big = mchar
22
OBJS = mchar_io.o mchar_proc.o mchar_op.o mchar_recode.o \
3-
mchar_like.o
3+
mchar_like.o $(WIN32RES)
44
EXTENSION = mchar
55
DATA = mchar--1.0.sql
66
DOCS = README.mchar

0 commit comments

Comments
 (0)