postgresql/contrib/noupdate/Makefile

12 lines
284 B
Makefile
Raw Normal View History

2003-11-29 20:52:15 +01:00
# $PostgreSQL: pgsql/contrib/noupdate/Makefile,v 1.10 2003/11/29 19:51:35 pgsql Exp $
2000-06-15 21:05:22 +02:00
subdir = contrib/noupdate
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
2000-06-15 21:05:22 +02:00
MODULES = noup
DATA_built = noup.sql
DOCS = README.noup
2000-06-15 21:05:22 +02:00
include $(top_srcdir)/contrib/contrib-global.mk