8000
We read every piece of feedback, and take your input very seriously.
To see a 8000 ll available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22a67fd commit b6a5158Copy full SHA for b6a5158
src/interfaces/libpq/test/Makefile
@@ -1,5 +1,8 @@
1
# src/interfaces/libpq/test/Makefile
2
3
+PGFILEDESC = "libpq test program"
4
+PGAPPICON = win32
5
+
6
subdir = src/interfaces/libpq/test
7
top_builddir = ../../../..
8
include $(top_builddir)/src/Makefile.global
@@ -15,5 +18,7 @@ PROGS = libpq_testclient libpq_uri_regress
15
18
16
19
all: $(PROGS)
17
20
21
+$(PROGS): $(WIN32RES)
22
23
clean distclean maintainer-clean:
24
rm -f $(PROGS) *.o
0 commit comments