SF.net SVN: geany:[3106] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Thu Oct 16 16:57:42 UTC 2008


Revision: 3106
          http://geany.svn.sourceforge.net/geany/?rev=3106&view=rev
Author:   eht16
Date:     2008-10-16 16:57:42 +0000 (Thu, 16 Oct 2008)

Log Message:
-----------
Add variable 'regex_sources' to append to libtagmanager_a_SOURCES if necessary.

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-10-16 16:43:36 UTC (rev 3105)
+++ trunk/ChangeLog	2008-10-16 16:57:42 UTC (rev 3106)
@@ -2,6 +2,9 @@
 
  * wscript, waf:
    Update Waf once more.
+ * tagmanager/Makefile.am:
+   Add variable 'regex_sources' to append to libtagmanager_a_SOURCES
+   if necessary.
 
 
 2008-10-16  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>

Modified: trunk/tagmanager/Makefile.am
===================================================================
--- trunk/tagmanager/Makefile.am	2008-10-16 16:43:36 UTC (rev 3105)
+++ trunk/tagmanager/Makefile.am	2008-10-16 16:57:42 UTC (rev 3106)
@@ -11,6 +11,13 @@
 EXTRA_DIST = regex.c
 
 noinst_LIBRARIES = libtagmanager.a
+
+if USE_INCLUDED_REGEX
+regex_sources = regex.c
+else
+regex_sources =
+endif
+
 libtagmanager_a_SOURCES =\
 	general.h\
 	keyword.h\
@@ -70,8 +77,6 @@
 	tm_tag.c\
 	tm_symbol.c\
 	tm_file_entry.c\
-	tm_tagmanager.c
+	tm_tagmanager.c \
+	$(regex_sources)
 
-if USE_INCLUDED_REGEX
-libtagmanager_a_SOURCES += regex.c
-endif


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