]> mj.ucw.cz Git - subauth.git/blobdiff - Makefile
Server: Set correct permissions for the socket
[subauth.git] / Makefile
index d538520cd4dbcfdbb64c7e97e94d79a4414d4eb1..71af79bcd9c6118ed5b4dc82faceb8bcd308bc46 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,11 @@ LIBS+=$(LIBUCW_LIBS) $(LIBUCW_JSON_LIBS)
 
 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