diff options
author | kraxel <kraxel> | 2007-05-16 10:12:15 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2007-05-16 10:12:15 +0000 |
commit | 63f9c3be3b98a2c03af38185614cf9ccc1d960f8 (patch) | |
tree | 4a209535e6fbded4fb3dac77883038643dc9d815 /GNUmakefile | |
parent | 9f355bea4ff551b59f368100e892eeb10eef5c21 (diff) | |
download | xenwatch-63f9c3be3b98a2c03af38185614cf9ccc1d960f8.tar.gz |
opengl support
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 0876691..1e41dfd 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -44,7 +44,7 @@ ifeq ($(HAVE_GTK),yes) TARGETS += $(BUILD_GTK) ifeq ($(HAVE_VNCCLIENT),yes) TARGETS += $(BUILD_VNC) - $(NEEDS_VNC) : LDLIBS += -lvncclient -lz -ljpeg + $(NEEDS_VNC) : LDLIBS += -lvncclient -lz -ljpeg -lGL endif endif |