trying to make this into a standalone xscreensaver module
[censuslogo] / Makefile
index 3a89b00..0fc7e97 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,8 +17,8 @@ ifeq ($(sys), mingw)
 
        ldflags_sys = -lmingw32 -mconsole -lfreeglut_static -lopengl32 -lglu32 -lgdi32 -lwinmm
 else
-       src_main = src/main_glut.c
-       ldflags_sys = -lGL -lGLU -lglut
+       src_main = src/main_x11.c
+       ldflags_sys = -lGL -lGLU -lX11
 endif
 
 $(bin): $(obj)