From 54bfa60db5849549db1341830d013754c564e511 Mon Sep 17 00:00:00 2001 From: shlainn Date: Sat, 11 Apr 2009 01:08:01 +0000 Subject: [PATCH] * forgotten in the last commit. There is still something fishy with the irrlicht folder * btw someone please update the VC build files --- src/dep/Makefile.am | 4 ++++ src/dep/src/Makefile.am | 4 ++++ src/dep/src/zlib/Makefile.in | 0 src/dep/src/zthread/Makefile.in | 0 4 files changed, 8 insertions(+) create mode 100644 src/dep/Makefile.am create mode 100644 src/dep/src/Makefile.am delete mode 100644 src/dep/src/zlib/Makefile.in delete mode 100644 src/dep/src/zthread/Makefile.in diff --git a/src/dep/Makefile.am b/src/dep/Makefile.am new file mode 100644 index 0000000..b0cc9b9 --- /dev/null +++ b/src/dep/Makefile.am @@ -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 diff --git a/src/dep/src/Makefile.am b/src/dep/src/Makefile.am new file mode 100644 index 0000000..100ee29 --- /dev/null +++ b/src/dep/src/Makefile.am @@ -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 diff --git a/src/dep/src/zlib/Makefile.in b/src/dep/src/zlib/Makefile.in deleted file mode 100644 index e69de29..0000000 diff --git a/src/dep/src/zthread/Makefile.in b/src/dep/src/zthread/Makefile.in deleted file mode 100644 index e69de29..0000000