* forgotten in the last commit. There is still something fishy with the irrlicht folder

* btw someone please update the VC build files
This commit is contained in:
shlainn 2009-04-11 01:08:01 +00:00
parent 32e4271361
commit 54bfa60db5
4 changed files with 8 additions and 0 deletions

4
src/dep/Makefile.am Normal file
View File

@ -0,0 +1,4 @@
## 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

4
src/dep/src/Makefile.am Normal file
View File

@ -0,0 +1,4 @@
## 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 = irrlicht zlib zthread
## End Makefile.am