Module Name: src
Committed By: mrg
Date: Mon Mar 22 00:23:59 UTC 2010
Modified Files:
src/x11/bin/appres: Makefile
Log Message:
fix the dependancy list for this.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/x11/bin/appres/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/x11/bin/appres/Makefile
diff -u src/x11/bin/appres/Makefile:1.2 src/x11/bin/appres/Makefile:1.3
--- src/x11/bin/appres/Makefile:1.2 Sat Sep 13 20:18:00 2003
+++ src/x11/bin/appres/Makefile Mon Mar 22 00:23:59 2010
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2003/09/13 20:18:00 lukem Exp $
+# $NetBSD: Makefile,v 1.3 2010/03/22 00:23:59 mrg Exp $
.include <bsd.own.mk>
PROG= appres
-LDADD+= -lXt -lSM -lICE -lXext -lX11
-DPADD+= ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11}
+LDADD+= -lXt -lSM -lICE -lXext -lX11 -lXau -lXdmcp
+DPADD+= ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11} ${LIBXAU} ${LIBXDMCP}
.PATH: ${X11SRCDIR.xc}/programs/${PROG}