mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-10 18:58:10 +00:00
Fix dependencies for main.o
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2678 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b07b7528ff
commit
81d7acebb2
@ -1,3 +1,7 @@
|
||||
2001-09-02 Angus Leeming <a.leeming@ic.ac.uk>
|
||||
|
||||
* Makefile.am: add dependencies to main.o.
|
||||
|
||||
2001-09-03 Dekel Tsur <dekelts@tau.ac.il>
|
||||
|
||||
* FontLoader.C (available): Return false if !lyxrc.use_gui
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user