summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2008-01-28 14:25:15 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2008-01-28 14:25:15 -0800
commit98cd8b69a5ad042087a7f081482d4fd4d001cc3e (patch)
tree00a1118ba4f3c03a0d9ba8adaaea7629aaffc516 /Makefile.am
parenta1b53290954cfabfbb28ac0bb932570754e118ae (diff)
Change luit_CFLAGS to AM_CFLAGS to make automake-1.10 happier
Makefile.am:29: compiling `charset.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 6c601b8..fa8ba41 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,7 +23,7 @@ bin_PROGRAMS = luit
LOCALEALIASFILE = @LOCALEALIASFILE@
-luit_CFLAGS = $(LUIT_CFLAGS) -DLOCALE_ALIAS_FILE=\"$(LOCALEALIASFILE)\"
+AM_CFLAGS = $(LUIT_CFLAGS) -DLOCALE_ALIAS_FILE=\"$(LOCALEALIASFILE)\"
luit_LDADD = $(LUIT_LIBS)
luit_SOURCES = \