]> granicus.if.org Git - postgresql/blob - src/interfaces/Makefile
Fix handling of array of char pointers in ecpglib.
[postgresql] / src / interfaces / Makefile
1 #-------------------------------------------------------------------------
2 #
3 # Makefile for src/interfaces
4 #
5 # Copyright (c) 1994, Regents of the University of California
6 #
7 # src/interfaces/Makefile
8 #
9 #-------------------------------------------------------------------------
10
11 subdir = src/interfaces
12 top_builddir = ../..
13 include $(top_builddir)/src/Makefile.global
14
15 SUBDIRS = libpq ecpg
16
17 $(recurse)
18
19 all-ecpg-recurse: all-libpq-recurse
20 install-ecpg-recurse: install-libpq-recurse