diff options
author | Ted Gould <ted@gould.cx> | 2011-02-10 21:06:28 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-10 21:06:28 -0600 |
commit | 3b78014d09a10de5932219ad0e98411f68236f23 (patch) | |
tree | 410009a0d705e976aa57db5d2e1329f66e4e60ee /docs/reference | |
parent | 0c53b3971bad7e67208d6dcf1f22dc0f37ee7d55 (diff) | |
download | libayatana-appindicator-3b78014d09a10de5932219ad0e98411f68236f23.tar.gz libayatana-appindicator-3b78014d09a10de5932219ad0e98411f68236f23.tar.bz2 libayatana-appindicator-3b78014d09a10de5932219ad0e98411f68236f23.zip |
Removing the multiple modules as we shouldn't need them
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index ae23e0b..e08f47f 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -9,12 +9,7 @@ AUTOMAKE_OPTIONS = 1.6 # of using the various options. # The name of the module, e.g. 'glib'. -if USE_GTK3 -DOC_MODULE=libappindicator3 -else DOC_MODULE=libappindicator -endif - # Uncomment for versioned docs and specify the version of the module, e.g. '2'. #DOC_MODULE_VERSION=2 |