# HG changeset patch # User Sadrul Habib Chowdhury # Date 1239389726 0 # Node ID a9ce6dedbf354506543fc9763a9a78004d121f92 # Parent 1141d9c3c350846145e8a743d5a1b71dd50bdad6 Fix build when srcdir != builddir. diff -r 1141d9c3c350 -r a9ce6dedbf35 libpurple/Makefile.am --- a/libpurple/Makefile.am Fri Apr 10 07:31:51 2009 +0000 +++ b/libpurple/Makefile.am Fri Apr 10 18:55:26 2009 +0000 @@ -113,7 +113,6 @@ idle.h \ imgstore.h \ log.h \ - marshallers.h \ media.h \ media-gst.h \ mediamanager.h \ @@ -153,7 +152,7 @@ xmlnode.h \ whiteboard.h -purple_builtheaders = purple.h version.h +purple_builtheaders = purple.h version.h marshallers.h marshallers.h: marshallers.list @echo "Generating marshallers.h"