%{?_with_rlm_idn: %{_libdir}/freeradius/rlm_idn.so}
%if %{?_with_experimental_modules:1}%{!?_with_experimental_modules:0}
-%{_libdir}/freeradius/rlm_example.so
+#%{_libdir}/freeradius/rlm_example.so
%endif
%files config
SRC_CFLAGS := @mod_cflags@
TGT_LDLIBS := @mod_ldflags@
+#
+# We don't want to install this module. No one will use it.
+#
+TGT_INSTALLDIR :=
+
#
# If the target has documentation in man format it should be set here
#
TARGET := rlm_test.a
SOURCES := rlm_test.c
+
+#
+# We don't want to install this module. No one will use it.
+#
+TGT_INSTALLDIR :=