From 99a204eb6a1ad165fe86365a314c609e144c9c92 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Wed, 27 Sep 2006 16:03:46 +0000 Subject: 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 --- other/pamx/Makefile | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'other') 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) -- cgit 1.4.1