~ubuntu-branches/ubuntu/utopic/freeradius/utopic

1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# $Id: Makefile.in,v 1.1.10.1 2006/02/10 19:47:07 nbk Exp $
#

TARGET      = @targetname@
SRCS        = rlm_counter.c
HEADERS     =
RLM_CFLAGS  = @counter_cflags@
RLM_LIBS    = @counter_ldflags@
RLM_INSTALL =

include ../rules.mak

$(LT_OBJS): $(HEADERS)