ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/autoconf/Make.common.in
(Generate patch)

Comparing rxvt-unicode/autoconf/Make.common.in (file contents):
Revision 1.3 by pcg, Sun Feb 22 08:36:11 2004 UTC vs.
Revision 1.4 by pcg, Mon Mar 1 01:06:46 2004 UTC

68# extra libraries needed by X on some systems, X library location 68# extra libraries needed by X on some systems, X library location
69XLIB = @X_LIBS@ @XPM_LIBS@ -lX11 @X_EXTRA_LIBS@ 69XLIB = @X_LIBS@ @XPM_LIBS@ -lX11 @X_EXTRA_LIBS@
70 70
71LIBTOOL = @LIBTOOL@ 71LIBTOOL = @LIBTOOL@
72COMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(DEBUG) $(DINCLUDE) $(XINC) -I$(basedir) -I$(srcdir) -I. 72COMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(DEBUG) $(DINCLUDE) $(XINC) -I$(basedir) -I$(srcdir) -I.
73LINK = $(CC) $(CFLAGS) $(LDFLAGS) 73LINK = @LINKER@ $(CFLAGS) $(LDFLAGS)
74 74
75# End of common section of the Makefile 75# End of common section of the Makefile
76#------------------------------------------------------------------------- 76#-------------------------------------------------------------------------

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines