diff options
author | epoque11 <epoque11@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-04-09 23:21:18 +0000 |
---|---|---|
committer | epoque11 <epoque11@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-04-09 23:21:18 +0000 |
commit | 7d50f79a9c5c5de524b4e532d3ce1b2fd0745857 (patch) | |
tree | b7eb5c8d352702638cd7820cde8ee5d508bc4096 /src/map/Makefile.in | |
parent | 059ae946435c89351b95d9a647e7cc37541ba5e2 (diff) | |
download | hercules-7d50f79a9c5c5de524b4e532d3ce1b2fd0745857.tar.gz hercules-7d50f79a9c5c5de524b4e532d3ce1b2fd0745857.tar.bz2 hercules-7d50f79a9c5c5de524b4e532d3ce1b2fd0745857.tar.xz hercules-7d50f79a9c5c5de524b4e532d3ce1b2fd0745857.zip |
- Follow-up to r15837, fixed compiler error due to missing header file
- Cleaned upper-case file naming which goes against coding standards
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15838 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/Makefile.in')
-rw-r--r-- | src/map/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/Makefile.in b/src/map/Makefile.in index 2821b7985..0b5ba023d 100644 --- a/src/map/Makefile.in +++ b/src/map/Makefile.in @@ -40,8 +40,8 @@ MAP_H = map.h chrif.h clif.h pc.h status.h npc.h \ intif.h trade.h party.h vending.h guild.h pet.h \ log.h mail.h date.h unit.h homunculus.h mercenary.h quest.h instance.h mapreg.h \ buyingstore.h searchstore.h duel.h pc_groups.h \ - config/Core.h config/Renewal.h config/Secure.h config/Data/Const.h \ - config/Skills/General.h config/Skills/Swordsman_Classes.h + config/core.h config/renewal.h config/secure.h config/const.h \ + config/classes/general.h config/classes/swordsman.h HAVE_MYSQL=@HAVE_MYSQL@ ifeq ($(HAVE_MYSQL),yes) |