]> granicus.if.org Git - postgresql/blob - src/pl/plpgsql/Makefile
Some more FLEXIBLE_ARRAY_MEMBER fixes.
[postgresql] / src / pl / plpgsql / Makefile
1 #-------------------------------------------------------------------------
2 #
3 # Makefile for src/pl/plpgsql (PostgreSQL's SQL procedural language)
4 #
5 # Copyright (c) 1994, Regents of the University of California
6 #
7 # src/pl/plpgsql/Makefile
8 #
9 #-------------------------------------------------------------------------
10
11 subdir = src/pl/plpgsql
12 top_builddir = ../../..
13 include $(top_builddir)/src/Makefile.global
14
15 SUBDIRS = src
16
17 $(recurse)