r18009 - gnucash/branches/webkit/src - Clean up some Makefile.am files - remove some unneeded dependencies (mostly, to GDK_PIXBUF

Phil Longstaff plongstaff at code.gnucash.org
Mon Mar 30 21:12:33 EDT 2009


Author: plongstaff
Date: 2009-03-30 21:12:33 -0400 (Mon, 30 Mar 2009)
New Revision: 18009
Trac: http://svn.gnucash.org/trac/changeset/18009

Modified:
   gnucash/branches/webkit/src/business/business-gnome/Makefile.am
   gnucash/branches/webkit/src/business/dialog-tax-table/Makefile.am
   gnucash/branches/webkit/src/gnome-search/Makefile.am
   gnucash/branches/webkit/src/gnome-utils/Makefile.am
   gnucash/branches/webkit/src/gnome/Makefile.am
   gnucash/branches/webkit/src/import-export/Makefile.am
   gnucash/branches/webkit/src/import-export/log-replay/Makefile.am
   gnucash/branches/webkit/src/import-export/qif-import/Makefile.am
Log:
Clean up some Makefile.am files - remove some unneeded dependencies (mostly, to GDK_PIXBUF
and GOFFICE) and reformat some lines where CFLAGS or LIBS were not on separate lines



Modified: gnucash/branches/webkit/src/business/business-gnome/Makefile.am
===================================================================
--- gnucash/branches/webkit/src/business/business-gnome/Makefile.am	2009-03-30 23:28:39 UTC (rev 18008)
+++ gnucash/branches/webkit/src/business/business-gnome/Makefile.am	2009-03-31 01:12:33 UTC (rev 18009)
@@ -23,7 +23,6 @@
   ${QOF_CFLAGS} \
   ${GNOME_CFLAGS} \
   ${GLADE_CFLAGS} \
-  ${GDK_PIXBUF_CFLAGS} \
   ${GLIB_CFLAGS} \
   ${GUILE_INCS}
 

Modified: gnucash/branches/webkit/src/business/dialog-tax-table/Makefile.am
===================================================================
--- gnucash/branches/webkit/src/business/dialog-tax-table/Makefile.am	2009-03-30 23:28:39 UTC (rev 18008)
+++ gnucash/branches/webkit/src/business/dialog-tax-table/Makefile.am	2009-03-31 01:12:33 UTC (rev 18009)
@@ -11,7 +11,6 @@
   ${QOF_CFLAGS} \
   ${GNOME_CFLAGS} \
   ${GLADE_CFLAGS} \
-  ${GDK_PIXBUF_CFLAGS} \
   ${GLIB_CFLAGS} \
   ${GUILE_INCS}
 

Modified: gnucash/branches/webkit/src/gnome/Makefile.am
===================================================================
--- gnucash/branches/webkit/src/gnome/Makefile.am	2009-03-30 23:28:39 UTC (rev 18008)
+++ gnucash/branches/webkit/src/gnome/Makefile.am	2009-03-31 01:12:33 UTC (rev 18009)
@@ -16,7 +16,10 @@
   ${top_builddir}/src/calculation/libgncmod-calculation.la \
   ${top_builddir}/src/core-utils/libgnc-core-utils.la \
   ${GLADE_LIBS} \
-  ${GUILE_LIBS} ${GNOME_LIBS} ${GLIB_LIBS} ${QOF_LIBS}
+  ${GUILE_LIBS} \
+  ${GNOME_LIBS} \
+  ${GLIB_LIBS} \
+  ${QOF_LIBS}
 
 libgnc_gnome_la_SOURCES = \
   swig-gnome.c \
@@ -120,7 +123,6 @@
   ${QOF_CFLAGS} \
   ${GUILE_INCS} \
   ${GNOME_CFLAGS} \
-  ${GDK_PIXBUF_CFLAGS} \
   ${GLADE_CFLAGS} \
   $(GLIB_CFLAGS)
 

Modified: gnucash/branches/webkit/src/gnome-search/Makefile.am
===================================================================
--- gnucash/branches/webkit/src/gnome-search/Makefile.am	2009-03-30 23:28:39 UTC (rev 18008)
+++ gnucash/branches/webkit/src/gnome-search/Makefile.am	2009-03-31 01:12:33 UTC (rev 18009)
@@ -10,7 +10,6 @@
   -I${top_srcdir}/src/business/business-core \
   ${QOF_CFLAGS} \
   ${GUILE_INCS} \
-  ${GDK_PIXBUF_CFLAGS} \
   ${GLADE_CFLAGS} \
   ${GNOME_CFLAGS} \
   ${GLIB_CFLAGS}

Modified: gnucash/branches/webkit/src/gnome-utils/Makefile.am
===================================================================
--- gnucash/branches/webkit/src/gnome-utils/Makefile.am	2009-03-30 23:28:39 UTC (rev 18008)
+++ gnucash/branches/webkit/src/gnome-utils/Makefile.am	2009-03-31 01:12:33 UTC (rev 18009)
@@ -19,8 +19,7 @@
   ${GTK_CFLAGS} \
   ${GNOME_CFLAGS} \
   ${GUILE_INCS} \
-  ${QOF_CFLAGS} \
-  ${GOFFICE_CFLAGS}
+  ${QOF_CFLAGS} 
 
 libgncmod_gnome_utils_la_SOURCES = \
   QuickFill.c \
@@ -181,13 +180,11 @@
   $(top_builddir)/lib/libc/libc-missing.la \
   ${GNOME_LIBS} \
   ${GUILE_LIBS} \
-  ${GDK_PIXBUF_LIBS} \
   ${GLADE_LIBS} \
   ${GUILE_LIBS} \
   ${GLIB_LIBS} \
   ${DB_LIBS} \
   ${QOF_LIBS} \
-  ${GOFFICE_LIBS} \
   ${REGEX_LIBS} \
   ${LIBXML2_LIBS}
 

Modified: gnucash/branches/webkit/src/import-export/Makefile.am
===================================================================
--- gnucash/branches/webkit/src/import-export/Makefile.am	2009-03-30 23:28:39 UTC (rev 18008)
+++ gnucash/branches/webkit/src/import-export/Makefile.am	2009-03-31 01:12:33 UTC (rev 18009)
@@ -68,7 +68,6 @@
   -I${top_srcdir}/src/gnome-utils \
   ${QOF_CFLAGS} \
   ${GNOME_CFLAGS} \
-  ${GDK_PIXBUF_CFLAGS} \
   ${GLADE_CFLAGS} \
   ${GUILE_INCS} \
   ${GLIB_CFLAGS}

Modified: gnucash/branches/webkit/src/import-export/log-replay/Makefile.am
===================================================================
--- gnucash/branches/webkit/src/import-export/log-replay/Makefile.am	2009-03-30 23:28:39 UTC (rev 18008)
+++ gnucash/branches/webkit/src/import-export/log-replay/Makefile.am	2009-03-31 01:12:33 UTC (rev 18009)
@@ -20,7 +20,8 @@
   ${top_builddir}/src/core-utils/libgnc-core-utils.la \
   ${top_builddir}/src/gnc-module/libgnc-module.la \
   ${GTK_LIBS} \
-  ${GLIB_LIBS} ${QOF_LIBS}
+  ${GLIB_LIBS} \
+  ${QOF_LIBS}
 
 AM_CPPFLAGS = \
   -I${top_srcdir}/src \

Modified: gnucash/branches/webkit/src/import-export/qif-import/Makefile.am
===================================================================
--- gnucash/branches/webkit/src/import-export/qif-import/Makefile.am	2009-03-30 23:28:39 UTC (rev 18008)
+++ gnucash/branches/webkit/src/import-export/qif-import/Makefile.am	2009-03-31 01:12:33 UTC (rev 18009)
@@ -65,8 +65,7 @@
   ${GUILE_INCS} \
   ${GLIB_CFLAGS} \
   ${GLADE_CFLAGS} \
-  ${GNOME_CFLAGS} \
-  ${GDK_PIXBUF_CFLAGS}
+  ${GNOME_CFLAGS} 
 
 uidir = $(GNC_UI_DIR)
 ui_DATA = \



More information about the gnucash-changes mailing list