]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Makefile.am
tex2lyx/Preamble.cpp: fix some comments
[lyx.git] / src / tex2lyx / Makefile.am
index d7ddf5b3c949b6739e7e2223137f791f84b82104..531c92a15b57bf69f7e724fdf9163fa1d36f750e 100644 (file)
@@ -44,7 +44,8 @@ LINKED_FILES = \
        ../ModuleList.cpp \
        ../Spacing.cpp \
        ../TextClass.cpp \
-       ../TextClass.h
+       ../TextClass.h \
+       ../version.cpp
 
 BUILT_SOURCES = $(PCH_FILE)
 
@@ -56,7 +57,8 @@ tex2lyx_SOURCES = \
        math.cpp \
        Parser.cpp \
        Parser.h \
-       preamble.cpp \
+       Preamble.cpp \
+       Preamble.h \
        table.cpp \
        tex2lyx.cpp \
        tex2lyx.h \
@@ -69,5 +71,5 @@ tex2lyx_LDADD = \
        @LIBS@ $(LIBSHLWAPI) $(LIBPSAPI)
 
 if INSTALL_MACOSX
-tex2lyx_LDFLAGS = -framework Carbon
+tex2lyx_LDFLAGS = -framework AppKit
 endif