diff options
Diffstat (limited to 'nxcompext')
-rw-r--r-- | nxcompext/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nxcompext/Makefile.in b/nxcompext/Makefile.in index 9fd2c7d7d..7987c7563 100644 --- a/nxcompext/Makefile.in +++ b/nxcompext/Makefile.in @@ -42,12 +42,12 @@ CCINCLUDES = -I. -I../nxcomp CCDEFINES = LDFLAGS = @LDFLAGS@ -L../nxcomp -LIBS = @LIBS@ -lz -lX11 -lXcomp +LIBS = @LIBS@ -lz -lNX_X11 -lXcomp # # Only if THREADS is defined # -# LIBS = @LIBS@ -lz -ljpeg -lpthread -lX11 -lXcomp +# LIBS = @LIBS@ -lz -ljpeg -lpthread -lNX_X11 -lXcomp # srcdir = @srcdir@ |