about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--other/pamx/Makefile25
1 files changed, 13 insertions, 12 deletions
diff --git a/other/pamx/Makefile b/other/pamx/Makefile
index 8aab2608..9ad8860d 100644
--- a/other/pamx/Makefile
+++ b/other/pamx/Makefile
@@ -16,19 +16,20 @@ endif
 
 ifneq ($(X11LIB),NONE)
   BINARIES += pamx
-endif
 
-PAMX_OBJECTS = \
-	pamx.o \
-	image.o \
-	send.o \
-	window.o \
-
-MERGE_OBJECTS = \
-	pamx.o2 \
-	image.o \
-	send.o \
-	window.o \
+  PAMX_OBJECTS = \
+	  pamx.o \
+	  image.o \
+	  send.o \
+	  window.o \
+
+  MERGE_OBJECTS = \
+	  pamx.o2 \
+	  image.o \
+	  send.o \
+	  window.o \
+
+endif
 
 OBJECTS = $(PAMX_OBJECTS)