diff options
author | Ted Gould <ted@gould.cx> | 2009-12-11 20:23:37 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-11 20:23:37 -0600 |
commit | a602f4287ef14e95cbaea78c8c676c247a6226fe (patch) | |
tree | 525532849c7549ed930f8d58606a0d1f0cd5f4f2 /Makefile.am | |
parent | f7ba47b1042091f3181a7dd7ae21e10b03780455 (diff) | |
download | ayatana-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.am | 9 |
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 \ |