chiark / gitweb /
xbatmon-simple: Saner build rune.
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 29 Nov 2013 18:46:39 +0000 (18:46 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 29 Nov 2013 18:46:39 +0000 (18:46 +0000)
cprogs/Makefile
debian/changelog

index d328bf52416535031e6fb416e428ed7b9feafe34..5e42f5089395254802ce3bac509058bb126feb32 100644 (file)
@@ -48,8 +48,7 @@ really:                               really.o myopt.o
 really.o myopt.o rcopy-repeatedly.o: myopt.h
 readbuffer.o writebuffer.o rwbuffer.o wrbufcore.o trivsoundd.o:        rwbuffer.h
 
-xbatmon-simple:        xbatmon-simple.o
-               $(CC) -o $@ $< -L/usr/X11R6/lib -lX11 -lm
+xbatmon-simple: LDLIBS += -lX11 -lm
 
 summer:                summer.o
                $(CC) -o $@ $< -lnettle -lgmp
index 9627b0f5aebc457ecd2869132b40ef60e0389b6b..274f2df1117663d97fb40f915aac435b0a678c32 100644 (file)
@@ -6,6 +6,7 @@ chiark-utils (4.2.1~~iwj4) unstable; urgency=low
     better than removing the restriction, because it would be dangerous to
     relax this security barrier in existing deployments.)  Closes:#693356.
   * watershed; Provide -h and --help options.  Closes:#659989.
+  * xbatmon-simple: Saner build rune.
 
  --