X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex2lyx%2FMakefile.am;h=fc39503b90218ccaded5bedb47dfc2403590d778;hb=3d373d91351babe062233359a437304a7b3e2b63;hp=93b1c7cb9a76c89eeb5c58c30430350ddd0ce718;hpb=d3c385de20d3204c1aa4d7f41297554f09fc1881;p=lyx.git diff --git a/src/tex2lyx/Makefile.am b/src/tex2lyx/Makefile.am index 93b1c7cb9a..fc39503b90 100644 --- a/src/tex2lyx/Makefile.am +++ b/src/tex2lyx/Makefile.am @@ -44,7 +44,8 @@ LINKED_FILES = \ ../ModuleList.cpp \ ../Spacing.cpp \ ../TextClass.cpp \ - ../TextClass.h + ../TextClass.h \ + ../version.cpp BUILT_SOURCES = $(PCH_FILE) @@ -67,3 +68,7 @@ tex2lyx_LDADD = \ $(INTLLIBS) $(LIBICONV) $(BOOST_LIBS) \ $(QT4_LIB) $(QT4_LDFLAGS) \ @LIBS@ $(LIBSHLWAPI) $(LIBPSAPI) + +if INSTALL_MACOSX +tex2lyx_LDFLAGS = -framework AppKit +endif