]> git.lyx.org Git - features.git/blobdiff - src/client/Makefile.am
Fix bug #7741: incorrect locale when starting R from LyX?
[features.git] / src / client / Makefile.am
index 49ded9fd651317b32f6c4e38a648629be13b6930..f69d63ee6222939699a98ec52b85c4e8605e235e 100644 (file)
@@ -15,6 +15,10 @@ lyxclient_LDADD = \
        $(BOOST_LIBS) $(INTLLIBS) @LIBS@ $(SOCKET_LIBS) \
        $(QT4_LIB) $(QT4_LDFLAGS) $(LIBSHLWAPI) $(LIBPSAPI)
 
+if INSTALL_MACOSX
+lyxclient_LDFLAGS = -framework AppKit
+endif
+
 # everything below the line containing the single backslashs
 # an ugly hack and needed because of the
 # linking problems described in ../Makefile.am
@@ -25,9 +29,7 @@ lyxclient_LDADD = \
 
 SOURCEFILES = \
   boost.cpp \
-  client.cpp \
-  gettext.cpp \
-  Messages.cpp
+  client.cpp
 
 HEADERFILES = \
   Messages.h