From 35f29e26c56cbd11236536c894acc76cc5b579a2 Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Sun, 17 May 2009 02:36:09 +0000 Subject: [PATCH] fixing doc files, i should find a better way to do this --- docs/api/Makefile.am | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/docs/api/Makefile.am b/docs/api/Makefile.am index 68213ac..09bb4a8 100644 --- a/docs/api/Makefile.am +++ b/docs/api/Makefile.am @@ -1,12 +1,9 @@ AM_CPPFLAGS=$(GTK_CFLAGS) -GTKDOC_LIBS=$(GTK_LIBS) $(RSL_LIBS) $(CURL_LIBS) \ - ../../src/aweather-gui.o \ - ../../src/aweather-view.o \ - ../../src/location.o \ - ../../src/opengl.o \ - ../../src/plugin-example.o \ - ../../src/plugin-radar.o \ - ../../src/plugin-ridge.o +GTKDOC_LIBS=$(GTK_LIBS) $(RSL_LIBS) \ + ../../src/aweather-aweather-*.o + ../../src/aweather-plugin-*.o + ../../src/aweather-location.o + ../../src/aweather-data.o DOC_MODULE=aweather DOC_SOURCE_DIR=../../src/ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml -- 2.43.2