diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2021-04-03 22:56:38 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2021-04-03 22:56:38 +0000 |
commit | b19bd437731a20d67007d69e38c284775ae0c71d (patch) | |
tree | 6e689fd8728cb4d8dd092ee84b2e279717bd8fc1 /other | |
parent | 81e2863f676037c72ebc938cb8f4c953ecc08d2c (diff) | |
download | netpbm-mirror-b19bd437731a20d67007d69e38c284775ae0c71d.tar.gz netpbm-mirror-b19bd437731a20d67007d69e38c284775ae0c71d.tar.xz netpbm-mirror-b19bd437731a20d67007d69e38c284775ae0c71d.zip |
Don't build Pamexec on Windows
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4082 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'other')
-rw-r--r-- | other/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/other/Makefile b/other/Makefile index aa0d75bb..60ceb71b 100644 --- a/other/Makefile +++ b/other/Makefile @@ -28,6 +28,10 @@ PORTBINARIES = pamarith pambayer pamchannel pamdepth \ pamstack pamsummcol pamunlookup pamvalidate pnmcolormap \ ppmdcfont ppmddumpfont ppmdmkfont +ifneq ($(DONT_HAVE_PROCESS_MGMT),Y) + PORTBINARIES += pamexec +endif + ifneq ($(LINUXSVGALIB),NONE) PORTBINARIES += ppmsvgalib endif |