about summary refs log tree commit diff
path: root/other
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2006-09-29 16:14:55 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2006-09-29 16:14:55 +0000
commit118ba884419d79e5bd2dd83a1e1a40b99ac64f65 (patch)
treecdb1b1d8fad573577c02f62bcd46ca5fca8542b5 /other
parent544d142e7efc6691a9d25cccb4b983e780f932fc (diff)
downloadnetpbm-mirror-118ba884419d79e5bd2dd83a1e1a40b99ac64f65.tar.gz
netpbm-mirror-118ba884419d79e5bd2dd83a1e1a40b99ac64f65.tar.xz
netpbm-mirror-118ba884419d79e5bd2dd83a1e1a40b99ac64f65.zip
Release 10.35.06
git-svn-id: http://svn.code.sf.net/p/netpbm/code/stable@71 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'other')
-rw-r--r--other/pamx/Makefile25
1 files changed, 13 insertions, 12 deletions
diff --git a/other/pamx/Makefile b/other/pamx/Makefile
index a86a3331..9c3f2cf0 100644
--- a/other/pamx/Makefile
+++ b/other/pamx/Makefile
@@ -15,19 +15,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)