From 70ab3da408f5939fbfec4237e87f503ae82b2179 Mon Sep 17 00:00:00 2001 From: pixel Date: Fri, 6 Dec 2002 18:54:59 +0000 Subject: Commit of the day. --- lib/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lib') diff --git a/lib/Makefile.am b/lib/Makefile.am index e69de29..ffe8471 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -0,0 +1,9 @@ +localedir = $(datadir)/locale +DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ +AM_CPPFLAGS = -Wall -Wstrict-prototypes @SDL_CFLAGS@ @BALTISOT_CFLAGS@ +LIBS = @SDL_LIBS@ @BALTISOT_LIBS@ +INCLUDES = -I.. -I../include -I$(includedir) +lib_LTLIBRARIES = libmogltk.la + +libmogltk_la_SOURCES = engine.cc glbase.cc glfont.cc gltexture.cc + -- cgit v1.2.3