mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
contrib uninstall scripts
by David Fetter
This commit is contained in:
@ -2,10 +2,11 @@
|
||||
# Makefile for integer aggregator
|
||||
# Copyright (C) 2001 Digital Music Network.
|
||||
# by Mark L. Woodward
|
||||
# $PostgreSQL: pgsql/contrib/intagg/Makefile,v 1.6 2005/09/27 17:13:03 tgl Exp $
|
||||
# $PostgreSQL: pgsql/contrib/intagg/Makefile,v 1.7 2006/02/27 12:54:39 petere Exp $
|
||||
|
||||
MODULES = int_aggregate
|
||||
DATA_built = int_aggregate.sql
|
||||
DATA = uninstall_int_aggregate.sql
|
||||
DOCS = README.int_aggregate
|
||||
|
||||
ifdef USE_PGXS
|
||||
|
Reference in New Issue
Block a user