From 81d7acebb2755653030be899c32058d5dcb8e4c9 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Tue, 4 Sep 2001 09:37:22 +0000 Subject: [PATCH] Fix dependencies for main.o git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2678 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/ChangeLog | 4 ++++ src/Makefile.am | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index adad3e6e9e..631f36b069 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2001-09-02 Angus Leeming + + * Makefile.am: add dependencies to main.o. + 2001-09-03 Dekel Tsur * FontLoader.C (available): Return false if !lyxrc.use_gui diff --git a/src/Makefile.am b/src/Makefile.am index 1c281449c6..be4bb9c2c5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -226,7 +226,8 @@ lyx_main.o: lyx_main.C lyx_main.h config.h version.h lyx_gui.h \ $(CXXCOMPILE) -DLYX_DIR=\"$(pkgdatadir)\" \ -DTOP_SRCDIR=\"$(top_srcdir)\" -c $(top_srcdir)/src/lyx_main.C -main.o: main.C config.h lyx_main.h gettext.h LString.h support/filetools.h +main.o: main.C config.h lyx_main.h gettext.h LString.h support/filetools.h \ + support/os.h frontends/GUIRunTime.h $(CXXCOMPILE) -DLOCALEDIR=\"$(localedir)\" -c $(top_srcdir)/src/main.C dist-hook: -- 2.39.2