#-------------------------------------------------------------------------
#
# strtohex Makefile
#
# $Id: Makefile,v 1.1.1.1 2004/01/07 09:14:57 t-ishii Exp $
#
#-------------------------------------------------------------------------

subdir = contrib/strtohex
top_builddir = ../..
include $(top_builddir)/src/Makefile.global

MODULE_big	:= strtohex
SRCS		+= strtohex.c
OBJS		:= $(SRCS:.c=.o)
DOCS		:= README.strtohex README.strtohex.euc_jp
DATA_built	:= strtohex.sql

PG_CPPFLAGS	:=
SHLIB_LINK 	:=

include $(top_srcdir)/contrib/contrib-global.mk
