Fix bugs in previous commit that caused FTBFS in synfig and ETL FTBFS with older...
authorpabs3 <pabs3@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Fri, 12 Jun 2009 03:52:47 +0000 (03:52 +0000)
committerCarlos Lopez <carlos@pcnuevo.(none)>
Fri, 12 Jun 2009 14:32:54 +0000 (16:32 +0200)
git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2378 1f10aa63-cdf2-0310-b900-c93c546f37ac

ETL/trunk/ETL/Makefile.am
ETL/trunk/ETL/etl_config.h

index 5dea615..ffa8f64 100644 (file)
@@ -6,7 +6,7 @@ MAINTAINERCLEANFILES = \
 
 etlconfigdir = $(libdir)/ETL/include
 
-etlconfig_DATA = $(builddir)/etl_profile.h
+etlconfig_DATA = etl_profile.h
 
 etldir = $(includedir)/ETL
 
index 94b4056..4e1be8d 100644 (file)
@@ -3,7 +3,7 @@
 #ifndef __ETL_CONFIG_H
 #define __ETL_CONFIG_H
 
-#include "etl_profile.h"
+#include <etl_profile.h>
 #include <utility>
 
 #ifndef ETL_NAMESPACE