about summary refs log tree commit diff
path: root/other/pamx/Makefile
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2006-09-27 16:03:46 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2006-09-27 16:03:46 +0000
commit99a204eb6a1ad165fe86365a314c609e144c9c92 (patch)
tree8919caed9613d1cdeeb95b9f53a3f29e4286ef92 /other/pamx/Makefile
parent871f16a79b0ad561feb0d1e324b1e26cfb5b1f55 (diff)
downloadnetpbm-mirror-99a204eb6a1ad165fe86365a314c609e144c9c92.tar.gz
netpbm-mirror-99a204eb6a1ad165fe86365a314c609e144c9c92.tar.xz
netpbm-mirror-99a204eb6a1ad165fe86365a314c609e144c9c92.zip
Don't include PAM objects in no-X11-library merge build
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@70 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'other/pamx/Makefile')
-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)