]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
tex2lyx/text.cpp: fix 2 typos
[lyx.git] / src / Makefile.am
index 6a38664d964794adafb10791f76d88cf36aa78a1..dd853195185efe90b7ba45c5a512a8485327cf3f 100644 (file)
@@ -39,6 +39,10 @@ if LYX_WIN_RESOURCE
        windres -I$(top_builddir) --preprocessor "$(CPP) -xc-header -DRC_INVOKED" $< -o $@
 endif
 
+if INSTALL_MACOSX
+lyx_LDFLAGS = -framework AppKit
+endif
+
 #lyx_LDFLAGS=-Wl,-O1
 
 BUILT_SOURCES = $(PCH_FILE)
@@ -348,9 +352,7 @@ liblyxgraphics_a_SOURCES = \
        graphics/PreviewImage.h \
        graphics/PreviewImage.cpp \
        graphics/PreviewLoader.h \
-       graphics/PreviewLoader.cpp \
-       graphics/Previews.h \
-       graphics/Previews.cpp
+       graphics/PreviewLoader.cpp
 
 
 ############################### Mathed  ##############################