summaryrefslogtreecommitdiffstats
path: root/src/modules/rlm_example/Makefile.clean
blob: c4ec10e24a5c0ff55577b23a4715f9eaad0fde62 (plain)
1
2
3
4
5
6
7
8
9
10
11
TARGET		= rlm_example
SRCS		= rlm_example.c other.c
HEADERS		= config.h other.h
RLM_CFLAGS	=
RLM_LIBS	= 

include ../rules.mak

$(STATIC_OBJS): $(HEADERS)

$(DYNAMIC_OBJS): $(HEADERS)