diff options
author | Ted Gould <ted@gould.cx> | 2010-12-02 14:55:10 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-12-02 14:55:10 -0600 |
commit | dd21c709028f6f1b96f702713acef3ac79f82f81 (patch) | |
tree | b1d51746400a2a3ec018c12a08c216daadfe89e1 /docs | |
parent | f664f48d3547ff1410f2b457c99f3b4d1b6ce4d3 (diff) | |
download | libayatana-appindicator-dd21c709028f6f1b96f702713acef3ac79f82f81.tar.gz libayatana-appindicator-dd21c709028f6f1b96f702713acef3ac79f82f81.tar.bz2 libayatana-appindicator-dd21c709028f6f1b96f702713acef3ac79f82f81.zip |
Changing more of the bulid directives over to be library based
Diffstat (limited to 'docs')
-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 d2ef3bb..948549a 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -90,7 +90,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 $(INDICATOR_CFLAGS) +GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/src $(LIBRARY_CFLAGS) GTKDOC_LIBS=$(top_builddir)/src/libappindicator.la $(top_builddir)/src/libapplication.la # This includes the standard gtk-doc make rules, copied by gtkdocize. |