[Kde-imaging] [Bug 127238] libkipi/interface.h: No such file or directory

Achim Bohnet ach at mpe.mpg.de
Sun May 14 10:58:28 CEST 2006


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=127238         
ach mpe mpg de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From ach mpe mpg de  2006-05-14 10:58 -------
SVN commit 540613 by ach:

libkipi: fix include path:  Header files are accessed like
	#include <libkipi/file.h>.  Therefore standard
	-I. -I$(srcdir) don't work.  Adding -I.. -I$(srcdir)/..
	fixes this.
BUG: 127238


 M  +1 -1      Makefile.am  


--- trunk/extragear/libs/libkipi/libkipi/Makefile.am #540612:540613
 @ -1,5 +1,5  @
 METASOURCES = AUTO
-INCLUDES= $(LIBKIPI_CFLAGS) $(all_includes)
+INCLUDES = -I.. -I$(srcdir)/.. $(LIBKIPI_CFLAGS) $(all_includes)
 
 KDE_ICON = kipi


More information about the Kde-imaging mailing list