rnd-19980820
[rocksndiamonds.git] / src / Makefile
index 01a64c2edfd228a89205bbb2bb456abf9a5ceca2..510e71d4de186c118e87b5be7620c0e4c9a574b0 100644 (file)
@@ -20,7 +20,8 @@ SCORE_ENTRIES = -DMANY_PER_NAME               # many score entries per name
 # because the GIF loading routines are still a bit beta.
 # If you use the Xpm library, convert the GIF files to Xpm
 # files (and the mask files ('*Maske.gif') to xbm files).
-XPM_INCLUDE_FILE = -DXPM_INCLUDE_FILE="<X11/xpm.h>"
+
+# XPM_INCLUDE_FILE = -DXPM_INCLUDE_FILE="<X11/xpm.h>"
 
 CONFIG = $(GAME_DIR) $(SOUNDS) $(JOYSTICK)     \
         $(SCORE_ENTRIES) $(XPM_INCLUDE_FILE)