]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Makefile.am
tex2lyx: support for beraserif.sty
[lyx.git] / src / tex2lyx / Makefile.am
index d7ddf5b3c949b6739e7e2223137f791f84b82104..fc39503b90218ccaded5bedb47dfc2403590d778 100644 (file)
@@ -44,7 +44,8 @@ LINKED_FILES = \
        ../ModuleList.cpp \
        ../Spacing.cpp \
        ../TextClass.cpp \
-       ../TextClass.h
+       ../TextClass.h \
+       ../version.cpp
 
 BUILT_SOURCES = $(PCH_FILE)
 
@@ -69,5 +70,5 @@ tex2lyx_LDADD = \
        @LIBS@ $(LIBSHLWAPI) $(LIBPSAPI)
 
 if INSTALL_MACOSX
-tex2lyx_LDFLAGS = -framework Carbon
+tex2lyx_LDFLAGS = -framework AppKit
 endif