aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2009-12-11 20:23:37 -0600
committerTed Gould <ted@gould.cx>2009-12-11 20:23:37 -0600
commita602f4287ef14e95cbaea78c8c676c247a6226fe (patch)
tree525532849c7549ed930f8d58606a0d1f0cd5f4f2 /Makefile.am
parentf7ba47b1042091f3181a7dd7ae21e10b03780455 (diff)
downloadayatana-indicator-application-a602f4287ef14e95cbaea78c8c676c247a6226fe.tar.gz
ayatana-indicator-application-a602f4287ef14e95cbaea78c8c676c247a6226fe.tar.bz2
ayatana-indicator-application-a602f4287ef14e95cbaea78c8c676c247a6226fe.zip
Adding the Python build system into the indicator-application one.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index d05078e..a142f73 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,8 +1,9 @@
SUBDIRS = data \
- src \
- example \
- tests \
- docs
+ src \
+ python \
+ example \
+ tests \
+ docs
EXTRA_DIST = \
gtk-doc.make \