diff options
author | Ted Gould <ted@gould.cx> | 2010-12-02 14:38:40 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-12-02 14:38:40 -0600 |
commit | e9a363f2e84e101199cc3c2ab38b00cbe2ac8da2 (patch) | |
tree | 741e4d5fc98aaacd0a5ec4a0a3ad85dda6a46ebb /Makefile.am | |
parent | 2367242bfbfca9adfb5e445c04166cd2df7cdde2 (diff) | |
download | libayatana-appindicator-e9a363f2e84e101199cc3c2ab38b00cbe2ac8da2.tar.gz libayatana-appindicator-e9a363f2e84e101199cc3c2ab38b00cbe2ac8da2.tar.bz2 libayatana-appindicator-e9a363f2e84e101199cc3c2ab38b00cbe2ac8da2.zip |
Removing data directory
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 98e4a88..0de0f59 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS = data \ - src \ +SUBDIRS = \ + src \ bindings \ example \ tests \ @@ -12,7 +12,6 @@ EXTRA_DIST = \ xmldocs.make \ autogen.sh \ COPYING.LGPL.2.1 \ - COPYING.LGPL.3 \ ChangeLog DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-localinstall --enable-introspection |