diff options
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 \ |