Revision: 2278 http://geany.svn.sourceforge.net/geany/?rev=2278&view=rev Author: eht16 Date: 2008-02-24 02:22:35 -0800 (Sun, 24 Feb 2008)
Log Message: ----------- Remove /tmp include directory, oops.
Modified Paths: -------------- trunk/src/Makefile.am
Modified: trunk/src/Makefile.am =================================================================== --- trunk/src/Makefile.am 2008-02-24 10:20:30 UTC (rev 2277) +++ trunk/src/Makefile.am 2008-02-24 10:22:35 UTC (rev 2278) @@ -47,7 +47,7 @@ support.h \ plugindata.h
-INCLUDES = -I$(srcdir)/../scintilla/include -I$(srcdir)/../tagmanager/include -I/tmp @GTK_CFLAGS@ +INCLUDES = -I$(srcdir)/../scintilla/include -I$(srcdir)/../tagmanager/include @GTK_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.