chiark / gitweb /
xduplic-copier: New utility.
[chiark-utils.git] / cprogs / Makefile
index 56376966fa919666d7a79c45fb4ca30e6112386b..8a24ee6ca9e785fc38d50ad6e79f790154f29fe8 100644 (file)
@@ -28,7 +28,7 @@ include ../settings.make
 RWBUFFER_SIZE_MB=16
 
 PROGRAMS=              readbuffer writebuffer with-lock-ex xbatmon-simple \
-                       summer watershed rcopy-repeatedly
+                       summer watershed rcopy-repeatedly xduplic-copier
 SUIDSBINPROGRAMS=      really
 DAEMONS=               trivsoundd
 MAN1PAGES=             readbuffer.1 writebuffer.1 with-lock-ex.1
@@ -50,6 +50,8 @@ readbuffer.o writebuffer.o rwbuffer.o wrbufcore.o trivsoundd.o:       rwbuffer.h
 
 xbatmon-simple: LDLIBS += -lX11 -lm
 
+xduplic-copier: LDLIBS += -lXmu
+
 summer:                summer.o
                $(CC) -o $@ $< -lnettle -lgmp