From f82a8240b7f160e1a171871b3596cc13cabc34b2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 6 Sep 2017 00:24:57 +0300 Subject: Move dyecmd separate sources from dyetool into progs/dyecmd directory. --- src/Makefile.am | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 93cc93c07..f8b7cf8a6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -155,7 +155,7 @@ manaplus_CXXFLAGS += -DENABLE_CILKPLUS -fcilkplus -lcilkrts endif dyecmd_CXXFLAGS += -DDYECMD -dyecmd_SOURCES += dyetool/dyemain.cpp +dyecmd_SOURCES += progs/dyecmd/dyemain.cpp if USE_MUMBLE manaplus_CXXFLAGS += -DUSE_MUMBLE @@ -1996,19 +1996,19 @@ SRC += \ mumblemanager.cpp \ mumblemanager.h -dyecmd_SOURCES += dyetool/gui/viewport.cpp \ - dyetool/gui/viewport.h \ - dyetool/client.cpp \ - dyetool/client.h \ - dyetool/actions/actions.cpp \ - dyetool/actions/chat.cpp \ - dyetool/actions/commands.cpp \ - dyetool/actions/move.cpp \ - dyetool/actions/pets.cpp \ - dyetool/actions/statusbar.cpp \ - dyetool/actions/tabs.cpp \ - dyetool/actions/target.cpp \ - dyetool/actions/windows.cpp +dyecmd_SOURCES += progs/dyecmd/gui/viewport.cpp \ + progs/dyecmd/gui/viewport.h \ + progs/dyecmd/client.cpp \ + progs/dyecmd/client.h \ + progs/dyecmd/actions/actions.cpp \ + progs/dyecmd/actions/chat.cpp \ + progs/dyecmd/actions/commands.cpp \ + progs/dyecmd/actions/move.cpp \ + progs/dyecmd/actions/pets.cpp \ + progs/dyecmd/actions/statusbar.cpp \ + progs/dyecmd/actions/tabs.cpp \ + progs/dyecmd/actions/target.cpp \ + progs/dyecmd/actions/windows.cpp if ENABLE_MANAPLUSGAME manaplus_SOURCES += ${SRC} -- cgit v1.2.3-70-g09d2