Makefile.in missed some files

Money Manager Ex Development related posts for both Android and Desktop

Moderator: Renato

Post Reply
guanlisheng
MMEX Developer
Posts: 367
Joined: Wed Dec 21, 2011 5:58 am
Are you a spam bot?: No
Location: China
Contact:

Makefile.in missed some files

Post by guanlisheng »

When i was trying to compile trunk mmex on ubuntu 10.04, i found the Makefile.in missed some files.
here is the diff

Code: Select all

Index: mmex/Makefile.in
===================================================================
--- mmex/Makefile.in    (revision 1572)
+++ mmex/Makefile.in    (working copy)
@@ -75,6 +75,8 @@
    mmex_dbwrapper.o \
    mmex_fileviewerdialog.o \
    mmex_filtertransdialog.o \
+   mmex_recentfiles.o \
+   mmex_transactionfilterdialog.o \
    mmex_guiid.o \
    mmex_htmlbuilder.o \
    mmex_led.o \
@@ -300,6 +302,12 @@
 mmex_filtertransdialog.o: $(srcdir)/src/filtertransdialog.cpp
    $(CXXC) -c -o $@ $(MMEX_CXXFLAGS) $(srcdir)/src/filtertransdialog.cpp
 
+mmex_recentfiles.o: $(srcdir)/src/recentfiles.cpp
+   $(CXXC) -c -o $@ $(MMEX_CXXFLAGS) $(srcdir)/src/recentfiles.cpp
+
+mmex_transactionfilterdialog.o: $(srcdir)/src/transactionfilterdialog.cpp
+   $(CXXC) -c -o $@ $(MMEX_CXXFLAGS) $(srcdir)/src/transactionfilterdialog.cpp
+
 mmex_guiid.o: $(srcdir)/src/guiid.cpp
    $(CXXC) -c -o $@ $(MMEX_CXXFLAGS) $(srcdir)/src/guiid.cpp
Lisheng Guan,
Developer of MoneyManagerEX (http://moneymanagerex.org)
Nikolay
MMEX Developer
Posts: 1535
Joined: Sat Dec 06, 2008 2:27 pm
Are you a spam bot?: No
Location: Sankt-Petersburg, Russia

Re: Makefile.in missed some files

Post by Nikolay »

start bootstrap before compiling
guanlisheng
MMEX Developer
Posts: 367
Joined: Wed Dec 21, 2011 5:58 am
Are you a spam bot?: No
Location: China
Contact:

Re: Makefile.in missed some files

Post by guanlisheng »

yeah, it can fix the issue. would we just keep one entry?
Lisheng Guan,
Developer of MoneyManagerEX (http://moneymanagerex.org)
Post Reply