diff options
author | pixel <pixel> | 2002-12-06 18:54:59 +0000 |
---|---|---|
committer | pixel <pixel> | 2002-12-06 18:54:59 +0000 |
commit | 70ab3da408f5939fbfec4237e87f503ae82b2179 (patch) | |
tree | cc2e867aa3d57fe7bead0e9fbf1b1cba9008eac5 /lib | |
parent | 4e771e092cfb1d8c2850205285ba480e7376a186 (diff) |
Commit of the day.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
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 + |