more typos

SVN revision: 3723
This commit is contained in:
Term 2000-10-26 00:19:36 +00:00
parent 96475fa637
commit 90493cb200
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
CFLAGS_X = @x_cflags@
CFLAGS_EXTRA = -I$(includedir) -I$(top_srcdir) -I$(top_srcdir)/src -I/usr/local/include
CFLGAS_ALL = $(CFLAGS_X) $(CFLAGS_EXTRA)
CFLAGS_ALL = $(CFLAGS_X) $(CFLAGS_EXTRA)
SUBDIRS = fnt img
INCLUDES = $(CFLGAS_ALL) \
INCLUDES = $(CFLAGS_ALL) \
-DLIBDIR=\"$(libdir)\" \
-DBINDIR=\"$(bindir)\" \
-DDATADIR=\"$(datadir)\"