Current SVN doesn't build due to missing GoogleModule/Makefile.am



Here's a small patch that creates the missing file, based on GMailModule's file.


-- 
Lauro Moura ("lmoura" on Freenode)
http://lauro.wordpress.com
Index: conduit/dataproviders/GoogleModule/Makefile.am
===================================================================
--- conduit/dataproviders/GoogleModule/Makefile.am	(revision 0)
+++ conduit/dataproviders/GoogleModule/Makefile.am	(revision 0)
@@ -0,0 +1,8 @@
+conduit_handlersdir = $(libdir)/conduit/dataproviders/GoogleModule
+conduit_handlers_PYTHON = GoogleModule.py
+
+conduit_handlers_DATA = config.glade
+EXTRA_DIST = config.glade
+
+clean-local:
+	rm -rf *.pyc *.pyo


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]