X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=Makefile;h=d538520cd4dbcfdbb64c7e97e94d79a4414d4eb1;hb=06c7bb3232ae7377839f5cec287ccc143be5c3fa;hp=7ce559d24e36ffb424d680e01d857ff4ec7befa8;hpb=413289ddd7cc9711a763eab811e807649a921a25;p=subauth.git diff --git a/Makefile b/Makefile index 7ce559d..d538520 100644 --- 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