Skip to content

Commit

Permalink
Merge pull request #68 from olebole/fix-free
Browse files Browse the repository at this point in the history
Move Separator to non-free files in Makefile
  • Loading branch information
olebole authored Aug 26, 2024
2 parents 38f2702 + 82a9443 commit bbd2f4d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions obm/ObmW/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ OBJS = Arrow.o Board.o Button.o Common.o DrawIString.o DrawString.o \
DrawingArea.o Frame.o Group.o Gterm.o Icon.o iconutil.o Label.o \
MenuBar.o MultiList.o RadioGrp.o RowCol.o Scrollbar.o \
Slider2.o Tablist2Tabs.o TextWidth.o Toggle.o cvtLong.o scroll.o \
strnchr.o Tabs.o Gcs.o ListTree.o Separator.o Container.o color.o
strnchr.o Tabs.o Gcs.o ListTree.o Container.o color.o

UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S),Darwin)
Expand All @@ -14,7 +14,8 @@ ifeq ($(OSI_COMPLIANT), YES)
CFLAGS += -DOSI_COMPLIANT
else
OBJS += HTML-PSformat.o HTML.o HTMLformat.o HTMLimages.o HTMLjot.o \
HTMLlists.o HTMLparse.o HTMLwidgets.o Table.o Table3d.o TableUtil.o
HTMLlists.o HTMLparse.o HTMLwidgets.o Separator.o Table.o Table3d.o \
TableUtil.o
endif

all: $(OBJS)
Expand Down

0 comments on commit bbd2f4d

Please sign in to comment.