Wipe out last vestiges of static/dynamic rules.
[freeradius.git] / src / modules / rlm_policy / Makefile
index 163da0f..808d84a 100644 (file)
@@ -1,11 +1,15 @@
+#
+# Makefile
+#
+# Version:     $Id$
+#
+
 TARGET         = rlm_policy
 SRCS           = rlm_policy.c parse.c evaluate.c
 HEADERS                = rlm_policy.h
 RLM_CFLAGS     =
-RLM_LIBS       = 
+RLM_LIBS       =
 
 include ../rules.mak
 
-$(STATIC_OBJS): $(HEADERS)
-
-$(DYNAMIC_OBJS): $(HEADERS)
+$(LT_OBJS): $(HEADERS)