# HG changeset patch # User Nathan Walp # Date 1047265981 0 # Node ID 582af33c07361fef8237ec0b60774288a4a22ab7 # Parent dfd1fe914da27cd3119aaf47bfe456be6600c0b5 [gaim-migrate @ 4995] This should let people compile when they have libao tucked away in some obscure corner of their system ;-) committer: Tailor Script diff -r dfd1fe914da2 -r 582af33c0736 src/Makefile.am --- a/src/Makefile.am Sun Mar 09 23:54:36 2003 +0000 +++ b/src/Makefile.am Mon Mar 10 03:13:01 2003 +0000 @@ -83,6 +83,7 @@ $(PERL_CFLAGS) \ $(GTKSPELL_CFLAGS) \ $(AUDIOFILE_CFLAGS) \ + $(AO_CFLAGS) \ -DLOCALEDIR=\"$(datadir)/locale\" \ -DLIBDIR=\"$(libdir)/gaim/\" \ -DDATADIR=\"$(datadir)\" \