X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=docs%2Fapi%2FMakefile.am;h=6fdc850cfd39a0e320494c67b805cb19e1e4eac9;hp=bc89acc2f61d3af3508e178367bd619cc703c82d;hb=f705ad00b5d94f8ddc59575737b79feed191b404;hpb=829c36b6fc86ca30e8f80fc7742485450dd85279 diff --git a/docs/api/Makefile.am b/docs/api/Makefile.am index bc89acc..6fdc850 100644 --- a/docs/api/Makefile.am +++ b/docs/api/Makefile.am @@ -1,14 +1,16 @@ -AM_CPPFLAGS=$(GTK_CFLAGS) -GTKDOC_LIBS=$(GTK_LIBS) $(RSL_LIBS) \ +AM_CPPFLAGS= $(RSL_CFLAGS) $(SOUP_CFLAGS) $(GLIB_CFLAGS) $(GTK_CFLAGS) +GTKDOC_LIBS=$(RSL_LIBS) $(SOUP_LIBS) $(GLIB_LIBS) $(GTK_LIBS) \ $(top_srcdir)/src/aweather-aweather-*.o \ - $(top_srcdir)/src/aweather-plugin-*.o \ + $(top_srcdir)/src/aweather-gis-*.o \ $(top_srcdir)/src/aweather-data.o \ $(top_srcdir)/src/aweather-location.o \ - $(top_srcdir)/src/aweather-marshal.o + $(top_srcdir)/src/aweather-marshal.o \ + $(top_srcdir)/src/plugins/*.o DOC_MODULE=aweather DOC_SOURCE_DIR=$(top_srcdir)/src/ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml MKDB_OPTIONS=--sgml-mode --output-format=xml -MAINTAINERCLEANFILES= \ - tmpl/* Makefile.in aweather-docs.sgml aweather-overrides.txt aweather.types include $(top_srcdir)/gtk-doc.make +CLEANFILES += aweather-sections.txt +MAINTAINERCLEANFILES=\ + tmpl/* Makefile.in aweather-docs.sgml aweather-overrides.txt aweather.types