Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/web/Makefile.am
diff options
context:
space:
mode:
authorRaul Gutierrez Segales <rgs@itevenworks.net>2013-02-03 18:23:02 (GMT)
committer Raul Gutierrez Segales <rgs@itevenworks.net>2013-02-03 19:10:55 (GMT)
commit92f971100d2a7a302992ed694b1dfc2719513429 (patch)
tree65b2101ce65850e0244d894b7d47d79939ed1931 /src/jarabe/web/Makefile.am
parent8a56a1dd6c6c71fc89c2ab04692b6e59c594f7f9 (diff)
Make FacebookOnlineAccount an extension and move the OnlineAccount*
stuff into jarabe/web
Diffstat (limited to 'src/jarabe/web/Makefile.am')
-rw-r--r--src/jarabe/web/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/jarabe/web/Makefile.am b/src/jarabe/web/Makefile.am
new file mode 100644
index 0000000..b751410
--- /dev/null
+++ b/src/jarabe/web/Makefile.am
@@ -0,0 +1,5 @@
+sugardir = $(pythondir)/jarabe/web
+sugar_PYTHON = \
+ __init__.py \
+ online_account.py \
+ online_accounts_manager.py