comparison src/Makefile.am @ 4684:582af33c0736

[gaim-migrate @ 4995] This should let people compile when they have libao tucked away in some obscure corner of their system ;-) committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 10 Mar 2003 03:13:01 +0000
parents dfd1fe914da2
children 283fb289c510
comparison
equal deleted inserted replaced
4683:dfd1fe914da2 4684:582af33c0736
81 81
82 AM_CPPFLAGS = \ 82 AM_CPPFLAGS = \
83 $(PERL_CFLAGS) \ 83 $(PERL_CFLAGS) \
84 $(GTKSPELL_CFLAGS) \ 84 $(GTKSPELL_CFLAGS) \
85 $(AUDIOFILE_CFLAGS) \ 85 $(AUDIOFILE_CFLAGS) \
86 $(AO_CFLAGS) \
86 -DLOCALEDIR=\"$(datadir)/locale\" \ 87 -DLOCALEDIR=\"$(datadir)/locale\" \
87 -DLIBDIR=\"$(libdir)/gaim/\" \ 88 -DLIBDIR=\"$(libdir)/gaim/\" \
88 -DDATADIR=\"$(datadir)\" \ 89 -DDATADIR=\"$(datadir)\" \
89 $(DEBUG_CFLAGS) 90 $(DEBUG_CFLAGS)