From a6358ee56bc16644e762e249156cbbb1d1a6bbab Mon Sep 17 00:00:00 2001 From: Sadrul Habib Chowdhury Date: Fri, 10 Apr 2009 18:55:26 +0000 Subject: Fix build when srcdir != builddir. --- libpurple/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libpurple/Makefile.am') diff --git a/libpurple/Makefile.am b/libpurple/Makefile.am index 39bb976236..da4008b9a3 100644 --- a/libpurple/Makefile.am +++ b/libpurple/Makefile.am @@ -113,7 +113,6 @@ purple_coreheaders = \ idle.h \ imgstore.h \ log.h \ - marshallers.h \ media.h \ media-gst.h \ mediamanager.h \ @@ -153,7 +152,7 @@ purple_coreheaders = \ 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" -- cgit v1.2.1