[goffice] win32: whole api, please.



commit fe6071c827c12dc4047a3168d09cd4d490caad90
Author: Morten Welinder <terra gnome org>
Date:   Sun Sep 29 16:45:31 2013 -0400

    win32: whole api, please.

 goffice/Makefile.am |   18 ++++++++++--------
 1 files changed, 10 insertions(+), 8 deletions(-)
---
diff --git a/goffice/Makefile.am b/goffice/Makefile.am
index 1b40660..c155213 100644
--- a/goffice/Makefile.am
+++ b/goffice/Makefile.am
@@ -532,12 +532,19 @@ goffice-paths.h: Makefile
 
 include $(top_srcdir)/goffice.mk
 
+ALL_HDRS = $(app_HEADERS) \
+       $(canvas_HEADERS) \
+       $(go_data_HEADERS) \
+       $(graph_HEADERS) \
+       $(math_HEADERS) \
+       $(utils_HEADERS)
+
 if WITH_WIN32
 LIB_PUBLIC_HDRS = $(libgoffice_ GOFFICE_API_VER@_la_HEADERS)
 
 
-goffice.def: $(app_HEADERS) $(top_srcdir)/tools/dumpdef.pl
-       cat $(top_builddir)/goffice/goffice-config.h $(app_HEADERS) | \
+goffice.def: $(ALL_HDRS) $(top_srcdir)/tools/dumpdef.pl
+       cat $(top_builddir)/goffice/goffice-config.h $(ALL_HDRS) | \
        sed -e 's/^#[   ]*include[      ]\+.*$$//g' | \
        $(CPP) $(AM_CPPFLAGS) "-DGO_VAR_DECL=__declspec(dllexport)" -P - > xgen-localdef.1
        @PERL@ $(top_srcdir)/tools/dumpdef.pl \
@@ -628,12 +635,7 @@ GOffice_ GOFFICE_API_VER_@_gir_CFLAGS = $(AM_CPPFLAGS)
 GOffice_ GOFFICE_API_VER_@_gir_LIBS = libgoffice- GOFFICE_API_VER@.la
 GOffice_ GOFFICE_API_VER_@_gir_FILES = \
        $(libgoffice_ GOFFICE_API_VER@_la_SOURCES) \
-       $(app_HEADERS) \
-       $(canvas_HEADERS) \
-       $(go_data_HEADERS) \
-       $(graph_HEADERS) \
-       $(math_HEADERS) \
-       $(utils_HEADERS)
+       $(ALL_HDRS)
 
 if WITH_GTK
 GOffice_ GOFFICE_API_VER_@_gir_FILES += \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]