summaryrefslogtreecommitdiff
path: root/makeinclude.in
diff options
context:
space:
mode:
Diffstat (limited to 'makeinclude.in')
-rw-r--r--makeinclude.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/makeinclude.in b/makeinclude.in
index b5b60e470..7f72ed0a0 100644
--- a/makeinclude.in
+++ b/makeinclude.in
@@ -139,6 +139,7 @@ UNINSTALL_DESKTOP = @UNINSTALL_DESKTOP@
.o$(EXEEXT):
echo Linking $@...
$(CXX) $(ARCHFLAGS) $(LDFLAGS) $< $(LINKFLTK) $(LDLIBS) -o $@
+ $(OSX_ONLY) ../fltk-config --post $@
.c.o:
echo Compiling $<...