]> mj.ucw.cz Git - subauth.git/blobdiff - Makefile
Daemon: Configurable logging
[subauth.git] / Makefile
index d538520cd4dbcfdbb64c7e97e94d79a4414d4eb1..4f71f76986d688c4ddf19bab1696b7a1bf9f4402 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,8 +20,16 @@ EXTRA_RUNDIRS=run
 CFLAGS+=$(LIBUCW_CFLAGS) $(LIBUCW_JSON_CFLAGS)
 LIBS+=$(LIBUCW_LIBS) $(LIBUCW_JSON_LIBS)
 
+install::
+.PHONY: install
+
 include $(s)/server/Makefile
 include $(s)/client/Makefile
+include $(s)/pam/Makefile
+
+ifdef CONFIG_APACHE_MOD
+include $(s)/apache/Makefile
+endif
 
 # And finally the default rules of the build system
 include $(BUILDSYS)/Makebottom