aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2012-07-19 21:23:46 +0000
committerMike Buland <eichlan@xagasoft.com>2012-07-19 21:23:46 +0000
commit5193bfd48f3698d2340310f3609d65eede76dbbe (patch)
tree7aaaf7e7bb733f386deb6ce2477fe8b2049b30ad /Makefile
parent5e2db821d6486f9f8df541dd1e2ca6e5ddd15a51 (diff)
downloadlibbu++-5193bfd48f3698d2340310f3609d65eede76dbbe.tar.gz
libbu++-5193bfd48f3698d2340310f3609d65eede76dbbe.tar.bz2
libbu++-5193bfd48f3698d2340310f3609d65eede76dbbe.tar.xz
libbu++-5193bfd48f3698d2340310f3609d65eede76dbbe.zip
Included compat dir in makefile for windows.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5ba836e..b527a63 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@
6# 6#
7 7
8PREFIX := /home/eichlan/testroot 8PREFIX := /home/eichlan/testroot
9OBJECTS := $(patsubst %.cpp,%.o,$(wildcard src/stable/*.cpp src/unstable/*.cpp src/experimental/*.cpp)) 9OBJECTS := $(patsubst %.cpp,%.o,$(wildcard src/stable/*.cpp src/unstable/*.cpp src/experimental/*.cpp src/compat/*.cpp))
10HEADERS := bu/signals.h bu/autoconfig.h bu/version.h bu/config.h $(foreach fn,$(wildcard src/stable/*.h src/unstable/*.h src/experimental/*.h),bu/$(notdir ${fn})) $(patsubst src/%,bu/%,$(wildcard src/compat/*.h)) 10HEADERS := bu/signals.h bu/autoconfig.h bu/version.h bu/config.h $(foreach fn,$(wildcard src/stable/*.h src/unstable/*.h src/experimental/*.h),bu/$(notdir ${fn})) $(patsubst src/%,bu/%,$(wildcard src/compat/*.h))
11TOOLS := $(patsubst src/tools/%.cpp,%,$(wildcard src/tools/*.cpp)) 11TOOLS := $(patsubst src/tools/%.cpp,%,$(wildcard src/tools/*.cpp))
12UNITS := $(patsubst src/unit/%.unit,unit/%,$(wildcard src/unit/*.unit)) 12UNITS := $(patsubst src/unit/%.unit,unit/%,$(wildcard src/unit/*.unit))