From 09e1107207d444aa6eda4efc7e4bb868aaac5b63 Mon Sep 17 00:00:00 2001 From: James Turk Date: Sun, 27 Feb 2005 05:52:22 +0000 Subject: [PATCH] audio folder --- makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/makefile b/makefile index 691cc14..4530368 100644 --- a/makefile +++ b/makefile @@ -5,13 +5,13 @@ # James Turk (jpt2433@rit.edu) # # Version: -# $Id: makefile,v 1.2 2005/02/16 06:58:26 cozman Exp $ +# $Id: makefile,v 1.3 2005/02/27 05:52:22 cozman Exp $ INCLUDE_DIR = ./include SRC_DIR = ./src LIB_DIR = ./lib -SUBDIRS = util util/filesys +SUBDIRS = util util/filesys audio INCLUDE_DIRS = $(INCLUDE_DIR) $(foreach dir,$(SUBDIRS),$(INCLUDE_DIR)/$(dir)) SRC_DIRS = $(SRC_DIR) $(foreach dir,$(SUBDIRS),$(SRC_DIR)/$(dir)) @@ -19,7 +19,7 @@ SRCS = $(foreach dir,$(SRC_DIRS),$(wildcard $(dir)/*.cpp)) INCLUDES = $(foreach dir,$(INCLUDE_DIRS),$(wildcard $(dir)/*.hpp)) OBJS = $(SRCS:.cpp=.o) -LIBS = -lphysfs -lglfw -lOpenGL32 +LIBS = -lphysfs -lglfw -lOpenGL32 -lOpenAL LIBNAME = photon LIBFILE = $(LIB_DIR)/lib$(LIBNAME).a @@ -38,4 +38,4 @@ clean: $(LIBFILE): $(OBJS) @echo Building $(LIBFILE)... ar r $(LIBFILE) $(OBJS) - ranlib $(LIBFILE) \ No newline at end of file + ranlib $(LIBFILE)