SF.net SVN: geany-plugins:[1440] trunk/geany-plugins/codenav/src/Makefile. am

hyperair at users.sourceforge.net hyperair at xxxxx
Sat Jun 12 16:49:21 UTC 2010


Revision: 1440
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1440&view=rev
Author:   hyperair
Date:     2010-06-12 16:49:21 +0000 (Sat, 12 Jun 2010)

Log Message:
-----------
Add header files to codenav_la_SOURCES

Modified Paths:
--------------
    trunk/geany-plugins/codenav/src/Makefile.am

Modified: trunk/geany-plugins/codenav/src/Makefile.am
===================================================================
--- trunk/geany-plugins/codenav/src/Makefile.am	2010-06-12 15:35:00 UTC (rev 1439)
+++ trunk/geany-plugins/codenav/src/Makefile.am	2010-06-12 16:49:21 UTC (rev 1440)
@@ -4,9 +4,13 @@
 
 codenav_la_SOURCES = \
 	codenavigation.c \
+	codenavigation.h \
 	goto_file.c \
+	goto_file.h \
 	switch_head_impl.c \
-	utils.c
+	switch_head_impl.h \
+	utils.c \
+	utils.h
 
 codenav_la_LIBADD = $(COMMONLIBS)
 


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



More information about the Plugins-Commits mailing list