Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Remove superfluous DATA definition.
  • Loading branch information
ibarwick committed Jun 21, 2023
1 parent 99ad73b commit 6f4e040
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
EXTENSION = firebird_fdw
EXTVERSION = $(shell grep default_version $(EXTENSION).control | sed -e "s/default_version[[:space:]]*=[[:space:]]*'\([^']*\)'/\1/")

DATA = $(filter-out $(wildcard sql/*--*.sql),$(wildcard sql/*.sql))
MODULE_big = $(EXTENSION)

OBJS = $(patsubst %.c,%.o,$(wildcard src/*.c))
Expand All @@ -27,7 +26,6 @@ ifneq ($(FIREBIRD_FDW_DEBUG_BUILD),0)
PG_CPPFLAGS += -DFIREBIRD_FDW_DEBUG_BUILD
endif


+PG_CPPFLAGS += -Werror-missing-prototypes
SHLIB_LINK += -lfq -lfbclient

Expand Down

0 comments on commit 6f4e040

Please sign in to comment.