summaryrefslogtreecommitdiff
path: root/makeinclude.in
diff options
context:
space:
mode:
Diffstat (limited to 'makeinclude.in')
-rw-r--r--makeinclude.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/makeinclude.in b/makeinclude.in
index 55dc0955d..0be55cf5d 100644
--- a/makeinclude.in
+++ b/makeinclude.in
@@ -154,6 +154,8 @@ UNINSTALL_DESKTOP = @UNINSTALL_DESKTOP@
echo Compiling $<...
@if test `uname` = Darwin -a $< = Fl.cxx ; then \
$(CXX) -I.. $(ARCHFLAGS) @PNGINC@ @JPEGINC@ @ZLIBINC@ $(CXXFLAGS) -x objective-c++ -c $< -o $@; \
+ elif test `uname` = Darwin -a $< = Fl_Native_File_Chooser.cxx ; then \
+ $(CXX) -I.. $(ARCHFLAGS) @PNGINC@ @JPEGINC@ @ZLIBINC@ $(CXXFLAGS) -x objective-c++ -c $< -o $@; \
else \
$(CXX) -I.. $(ARCHFLAGS) @PNGINC@ @JPEGINC@ @ZLIBINC@ $(CXXFLAGS) -c $< -o $@; \
fi