<install>
	
	<version>0.01</version>
	<author>theo watson</author>
	<url></url>
	<requires></requires>
	
	
	<add>	
		<!-- 	=====================================================================	-->
		<!--	========================== add for the "installation" of OF =========	-->
		<!-- 	=====================================================================	-->
	
		<addons_h>
		//--------------------------------------------- dir list
		#ifdef OF_ADDON_USING_OFDIRLIST
			#include "ofDirList.h"
		#endif 
		</addons_h>
		
		<!-- 	=====================================================================	-->
		<!--	========================== add per project using this addon =========	-->
		<!-- 	=====================================================================	-->
	
		<src>
			<folder name="addons/ofDirList">
				<file>../../addons/ofDirList/src/ofDirList.h</file>
				<file>../../addons/ofDirList/src/ofDirList.cpp</file>
			</folder>
		</src>
		
		<include>
			<path>../../addons/ofDirList/src</path>
		</include>
		
	</add>
	 
</install>
