diff options
author | Ted Gould <ted@gould.cx> | 2013-06-07 23:26:18 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2013-06-07 23:26:18 -0500 |
commit | 5ab6b4964063e239068a53cc9ec73da07ec63fb2 (patch) | |
tree | 98bd4bd35fca95992ad17102e89ac4e0b723409e | |
parent | b8fe5d150c50d6195630ed87b4660ed138f59aba (diff) | |
download | libayatana-appindicator-5ab6b4964063e239068a53cc9ec73da07ec63fb2.tar.gz libayatana-appindicator-5ab6b4964063e239068a53cc9ec73da07ec63fb2.tar.bz2 libayatana-appindicator-5ab6b4964063e239068a53cc9ec73da07ec63fb2.zip |
Don't need the same directory twice
-rw-r--r-- | docs/reference/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 86483a6..93c93ae 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -98,7 +98,7 @@ 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 $(LIBRARY_CFLAGS) +GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_srcdir)/src $(LIBRARY_CFLAGS) GTKDOC_LIBS=$(top_builddir)/src/$(APPINDICATORLIB) $(LIBRARY_LIBS) # This includes the standard gtk-doc make rules, copied by gtkdocize. |