02dc6b99657211871da51df561662f0b6787eecf
[freeradius.git] / src / modules / rlm_sql / drivers / rlm_sql_sybase / Makefile
1 #
2 #  This module is in the source, but not yet fully integrated with
3 #  the configure scripts.  For now, manual editing of this file is
4 #  required to get it to build.
5 #
6 include ../../../../../Make.inc
7
8 TARGET          =
9 #TARGET         = rlm_sql_sybase
10 SRCS           = sql_sybase.c
11 RLM_SQL_CFLAGS =  $(INCLTDL)  -I/opt/sybase/OCS-12_0/include
12 RLM_SQL_LIBS   =  -L/opt/sybase/OCS-12_0/lib -ltcl -lcomn -lintl -lnsl -ldl -lm -lcs -lct
13
14 include ../rules.mak