SF.net SVN: geany:[4095] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Sun Aug 16 16:42:23 UTC 2009


Revision: 4095
          http://geany.svn.sourceforge.net/geany/?rev=4095&view=rev
Author:   eht16
Date:     2009-08-16 16:42:23 +0000 (Sun, 16 Aug 2009)

Log Message:
-----------
Add missing include path to fix 'make distcheck'.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/src/Makefile.am

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2009-08-16 16:25:56 UTC (rev 4094)
+++ trunk/ChangeLog	2009-08-16 16:42:23 UTC (rev 4095)
@@ -2,6 +2,8 @@
 
  * src/document.c:
    Add a translation hint to an ambiguous format string.
+ * src/Makefile.am:
+   Add missing include path to fix 'make distcheck'.
  * New release: Geany 0.18 "Kaine".
 
 

Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am	2009-08-16 16:25:56 UTC (rev 4094)
+++ trunk/src/Makefile.am	2009-08-16 16:42:23 UTC (rev 4095)
@@ -76,7 +76,8 @@
 	utils.h
 
 
-INCLUDES = -I$(srcdir)/../scintilla/include -I$(srcdir)/../tagmanager/include @GTK_CFLAGS@ @GIO_CFLAGS@
+INCLUDES = -I$(top_srcdir) -I$(srcdir)/../scintilla/include -I$(srcdir)/../tagmanager/include \
+			@GTK_CFLAGS@ @GIO_CFLAGS@
 
 # tell automake we have a C++ file so it uses the C++ linker we need for Scintilla
 nodist_EXTRA_geany_SOURCES = dummy.cxx


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list