** To build run : autoreconf --install, ./configure, make * Minor typecasts and fixed typo to make GCC happy
5 lines
261 B
Makefile
5 lines
261 B
Makefile
## Makefile.am - process this file with automake
|
|
AM_CPPFLAGS = -I$(top_builddir)/Client -I$(top_builddir)/shared -I$(top_builddir)/Client/DefScript -I$(top_builddir)/Client/World -I$(top_builddir)/Client/Realm -Wall
|
|
SUBDIRS = shared Client
|
|
## End Makefile.am
|