X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FMakefile;fp=sources%2FMakefile;h=56cbff4b6cdf79fafa68b50fd1a936112b141e67;hp=3d20078e6f3495af0a291cdce2080358836eb663;hb=2fcfdcb7ec5f5fdacbdeaff72961f1c35d0858dd;hpb=29b7512f9179b716d031c978cd39dc96cd84b8b7 diff --git a/sources/Makefile b/sources/Makefile index 3d20078..56cbff4 100644 --- a/sources/Makefile +++ b/sources/Makefile @@ -13,7 +13,7 @@ OBJ = FullRead.o FullWrite.o SigHand.o Mutex.o SharedMem.o LockFile.o \ FINAL = forktest errcode echo echod daytimed iterdaytimed daytime testfopen \ testren fortune fortuned mqfortune mqfortuned flock myls dirmonitor \ - readmon ipctestid writeshm #readshm + readmon ipctestid writeshm getcap #readshm $(LIB): $(OBJ) gcc -shared -lrt $^ -o $@ @@ -115,9 +115,8 @@ wwwd: wwwd.c acctctrl: AcctCtrl.c $(CC) $(CFLAGS) $^ -o $@ -printcap: - $(CC) $(CFLAGS) $^ -o $@ - +getcap: getcap.c + $(CC) $(CFLAGS) $^ -lcap -o $@ # Macro per la generazione della tarball dei sorgenti package: clean gapil_source.tgz