diff options
Diffstat (limited to 'other')
-rw-r--r-- | other/pamx/Makefile | 25 |
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) |