5 lines
271 B
Makefile
5 lines
271 B
Makefile
## Makefile.am - process this file with automake
|
|
AM_CPPFLAGS = -I$(top_builddir)/src/Client -I$(top_builddir)/src/shared -I$(top_builddir)/src/Client/DefScript -I$(top_builddir)/src/Client/World -I$(top_builddir)/src/Client/Realm -Wall
|
|
SUBDIRS = src
|
|
## End Makefile.am
|