import from HEAD:
[freeradius.git] / src / modules / rlm_sql / drivers / rlm_sql_freetds / Makefile
1 #
2 #  The FreeTDS libraries are still in development, and the API to use
3 #  them has not been finalized.  As a result, if you want to use this
4 #  module, you MUST edit the source, and update the rest of this
5 #  file by hand.
6 #
7 #  Please do NOT ask questions about the FreeTDS libraries or API's
8 #  on the FreeRADIUS list.  No one there can answer your questions.
9 #  Instead, ask questions on the FreeTDS mailing list.
10 #
11
12 include ../../../../../Make.inc
13
14 TARGET                  = 
15 SRCS                    = sql_freetds.c
16 RLM_SQL_CFLAGS          = 
17 RLM_SQL_CXXFLAGS        = 
18 RLM_SQL_LDFLAGS         =
19 RLM_SQL_LIBS            =
20
21 include ../rules.mak