From 47fce282611fbba1044921d22ca887f9b53ad91a Mon Sep 17 00:00:00 2001 From: pabs3 Date: Fri, 12 Jun 2009 03:52:47 +0000 Subject: [PATCH] Fix bugs in previous commit that caused FTBFS in synfig and ETL FTBFS with older automake. git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2378 1f10aa63-cdf2-0310-b900-c93c546f37ac --- ETL/trunk/ETL/Makefile.am | 2 +- ETL/trunk/ETL/etl_config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ETL/trunk/ETL/Makefile.am b/ETL/trunk/ETL/Makefile.am index 5dea615..ffa8f64 100644 --- a/ETL/trunk/ETL/Makefile.am +++ b/ETL/trunk/ETL/Makefile.am @@ -6,7 +6,7 @@ MAINTAINERCLEANFILES = \ etlconfigdir = $(libdir)/ETL/include -etlconfig_DATA = $(builddir)/etl_profile.h +etlconfig_DATA = etl_profile.h etldir = $(includedir)/ETL diff --git a/ETL/trunk/ETL/etl_config.h b/ETL/trunk/ETL/etl_config.h index 94b4056..4e1be8d 100644 --- a/ETL/trunk/ETL/etl_config.h +++ b/ETL/trunk/ETL/etl_config.h @@ -3,7 +3,7 @@ #ifndef __ETL_CONFIG_H #define __ETL_CONFIG_H -#include "etl_profile.h" +#include #include #ifndef ETL_NAMESPACE -- 2.7.4