Patch to make libpq.rc be a built-for-distribution file was a few
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 21 Dec 2004 02:14:41 +0000 (02:14 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 21 Dec 2004 02:14:41 +0000 (02:14 +0000)
bricks shy of a load.

src/interfaces/libpq/.cvsignore
src/interfaces/libpq/Makefile

index eda1a6d3f6801fe7fb86bdf75aae6ed5e07bcfd5..aa2b04ec7e2bb07479bf7c327de038c6cfd9e326 100644 (file)
@@ -1,3 +1,4 @@
 libpqdll.def
 libpqddll.def
 blibpqdll.def
+libpq.rc
index 76bde2167fd6c9318e2a34814f40522391aa2017..bc02c974ac1060b51c1f6c1ab8646bf85cbfc4d4 100644 (file)
@@ -88,7 +88,7 @@ encnames.c wchar.c : % : $(backend_src)/utils/mb/%
 # Since we can't assume that Windows boxes will have sed, the .DEF files are
 # always built and included in distribution tarballs.
 
-distprep: def-files
+distprep: def-files $(srcdir)/libpq.rc
 
 .PHONY: def-files
 
@@ -148,4 +148,4 @@ clean distclean: clean-lib
        rm -f $(OBJS) crypt.c getaddrinfo.c inet_aton.c noblock.c pgstrcasecmp.c snprintf.c strerror.c open.c thread.c md5.c ip.c encnames.c wchar.c pthread.h
 
 maintainer-clean: distclean
-       rm -f $(srcdir)/libpqdll.def $(srcdir)/libpqddll.def $(srcdir)/blibpqdll.def
+       rm -f $(srcdir)/libpqdll.def $(srcdir)/libpqddll.def $(srcdir)/blibpqdll.def $(srcdir)/libpq.rc