[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Antiright-devel] antiright Makefile.in
From: |
Jeffrey Bedard |
Subject: |
[Antiright-devel] antiright Makefile.in |
Date: |
Thu, 23 Jun 2005 17:33:22 -0400 |
CVSROOT: /cvsroot/antiright
Module name: antiright
Branch:
Changes by: Jeffrey Bedard <address@hidden> 05/06/23 21:33:22
Modified files:
. : Makefile.in
Log message:
Temporarily removed wmarmon from the programs list due to memory leak
issues.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/antiright/antiright/Makefile.in.diff?tr1=1.37&tr2=1.38&r1=text&r2=text
Patches:
Index: antiright/Makefile.in
diff -u antiright/Makefile.in:1.37 antiright/Makefile.in:1.38
--- antiright/Makefile.in:1.37 Sat Jun 18 01:59:08 2005
+++ antiright/Makefile.in Thu Jun 23 21:33:22 2005
@@ -64,6 +64,11 @@
$(CC) -o wmar $(wmar-objects) $(CFLAGS)\
$(LIBDIR) -lX11
+wmarmon-objects=src/wmarmon/wmarmon.o
+wmarmon: $(wmarmon-objects)
+ $(CC) -o wmarmon $(wmarmon-objects) $(CFLAGS)\
+ $(LIBDIR) -lX11
+
clean:
rm -f `find . | grep '.o$$'` $(programs)
distclean: clean