diff options
author | Julien Cristau <jcristau@debian.org> | 2008-04-20 19:13:59 +0200 |
---|---|---|
committer | Julien Cristau <jcristau@debian.org> | 2008-04-20 19:13:59 +0200 |
commit | 99e02e7a17ab8efe09b9a5411466bf273c01c692 (patch) | |
tree | 4215f04efb64ac798e05ffbf20c9bc523ec6ca66 /Makefile.am | |
parent | 7177700678091d64956d789aa93e265539d9ea5c (diff) |
Use AM_CFLAGS instead of xfontsel_CFLAGS and remove AM_PROG_CC_C_O
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 832b1df..0e7514b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ bin_PROGRAMS = xfontsel -xfontsel_CFLAGS = $(XFONTSEL_CFLAGS) +AM_CFLAGS = $(XFONTSEL_CFLAGS) xfontsel_LDADD = $(XFONTSEL_LIBS) xfontsel_SOURCES = \ |