summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-14 20:05:49 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-14 20:05:49 +0300
commit46454b631d5fd78e07bb292328526639539b7ce3 (patch)
treea26f228526e760bed88701e09c473cc13e85562a /src/Makefile.am
parent366ec0909c764257a19fcbcc17cfb3948c85e0a5 (diff)
downloadplus-46454b631d5fd78e07bb292328526639539b7ce3.tar.gz
plus-46454b631d5fd78e07bb292328526639539b7ce3.tar.bz2
plus-46454b631d5fd78e07bb292328526639539b7ce3.tar.xz
plus-46454b631d5fd78e07bb292328526639539b7ce3.zip
Move netconsts.h into const directory.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index eb452277d..930f1916c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1216,7 +1216,7 @@ manaplus_SOURCES += main.cpp \
net/messageout.h \
net/net.cpp \
net/net.h \
- net/netconsts.h \
+ const/net/net.h \
net/npchandler.h \
net/partyhandler.h \
net/pethandler.h \