diff options
author | Ted Gould <ted@gould.cx> | 2010-12-03 21:40:11 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-12-03 21:40:11 -0600 |
commit | 5265f39dd8fe1d8cfe9d3884f413b22fe29dac71 (patch) | |
tree | d254a64b31f5b996f811dc4ea7530a93d15664b8 /docs | |
parent | 178f821b27fd31a5059d76a9ccc0cf9ff551e35b (diff) | |
parent | 671666f8ece765624fe6f2c94e6ece24688c5b8c (diff) | |
download | libayatana-appindicator-5265f39dd8fe1d8cfe9d3884f413b22fe29dac71.tar.gz libayatana-appindicator-5265f39dd8fe1d8cfe9d3884f413b22fe29dac71.tar.bz2 libayatana-appindicator-5265f39dd8fe1d8cfe9d3884f413b22fe29dac71.zip |
Merging in removing the service
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index d2ef3bb..b6b0289 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -90,8 +90,8 @@ expand_content_files= # signals and properties. # e.g. GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS) # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib) -GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/src $(INDICATOR_CFLAGS) -GTKDOC_LIBS=$(top_builddir)/src/libappindicator.la $(top_builddir)/src/libapplication.la +GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/src $(LIBRARY_CFLAGS) +GTKDOC_LIBS=$(top_builddir)/src/libappindicator.la $(LIBRARY_LIBS) # This includes the standard gtk-doc make rules, copied by gtkdocize. include $(top_srcdir)/gtk-doc.local.make |