summaryrefslogtreecommitdiffstats
path: root/src/modules/rlm_sql/drivers/rlm_sql_oracle/all.mk.in
blob: 4638b393e90b61856994b94c7e9c8d879988e7de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TARGETNAME	:= @targetname@

ifneq "$(TARGETNAME)" ""
TARGET		:= $(TARGETNAME).a
endif

SOURCES		:= $(TARGETNAME).c

SRC_CFLAGS	:= @mod_cflags@ 
SRC_CFLAGS  += -I${top_srcdir}/src/modules/rlm_sql

# Comment this out if you're experiencing build errors
SRC_CFLAGS  += -Wno-strict-prototypes
TGT_LDLIBS	:= @mod_ldflags@