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.6 by root, Mon Feb 14 10:44:50 2005 UTC vs.
Revision 1.7 by root, Wed Feb 16 20:32:05 2005 UTC

52XINC = @X_CFLAGS@ @XPM_CFLAGS@ 52XINC = @X_CFLAGS@ @XPM_CFLAGS@
53 53
54# extra libraries needed by X on some systems, X library location 54# extra libraries needed by X on some systems, X library location
55XLIB = @X_LIBS@ @XPM_LIBS@ -lX11 @X_EXTRA_LIBS@ 55XLIB = @X_LIBS@ @XPM_LIBS@ -lX11 @X_EXTRA_LIBS@
56 56
57LIBTOOL = @LIBTOOL@
58COMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(DEBUG) $(DINCLUDE) $(XINC) -I$(basedir) -I$(srcdir) -I. 57COMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(DEBUG) $(DINCLUDE) $(XINC) -I$(basedir) -I$(srcdir) -I.
59LINK = @LINKER@ $(CFLAGS) $(LDFLAGS) 58LINK = @LINKER@ $(CFLAGS) $(LDFLAGS)
60 59
61# End of common section of the Makefile 60# End of common section of the Makefile
62#------------------------------------------------------------------------- 61#-------------------------------------------------------------------------

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines