Mercurial > pidgin.yaz
changeset 26617:a9ce6dedbf35
Fix build when srcdir != builddir.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Fri, 10 Apr 2009 18:55:26 +0000 |
parents | 1141d9c3c350 |
children | d7bd1431b989 |
files | libpurple/Makefile.am |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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"