]> mj.ucw.cz Git - subauth.git/blobdiff - Makefile
Client mostly complete
[subauth.git] / Makefile
index 7ce559d24e36ffb424d680e01d857ff4ec7befa8..d538520cd4dbcfdbb64c7e97e94d79a4414d4eb1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,15 +20,8 @@ EXTRA_RUNDIRS=run
 CFLAGS+=$(LIBUCW_CFLAGS) $(LIBUCW_JSON_CFLAGS)
 LIBS+=$(LIBUCW_LIBS) $(LIBUCW_JSON_LIBS)
 
-# Programs we want to compile
-PROGS+=$(o)/subauthd $(o)/subauth
-
-# And how they are created
-$(o)/subauthd: $(o)/subauthd.o
-$(o)/subauth: $(o)/subauth.o
-
-# Configuration files
-CONFIGS+=subauthd
+include $(s)/server/Makefile
+include $(s)/client/Makefile
 
 # And finally the default rules of the build system
 include $(BUILDSYS)/Makebottom