From 020d759fa2d1a462d4179210bf7f5f8622246380 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Thu, 6 Jan 2005 23:13:11 +0000 Subject: Add dummy functions to call some get_types funcs, otherwise they don't get 2005-01-07 Christian Persch * lib/egg/egg-toolbars-model.c: (register_type): * lib/ephy-state.c: (register_type): * lib/ephy-state.h: Add dummy functions to call some get_types funcs, otherwise they don't get exported. * src/Makefile.am: Remove unused defines. --- src/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 75a8dda6b..fa9d5f765 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -99,11 +99,9 @@ libephymain_la_CPPFLAGS = \ -I$(top_srcdir)/lib/egg \ -I$(top_srcdir)/lib/widgets \ -I$(top_srcdir)/src/bookmarks \ - -DSHARE_DIR=\"$(pkgdatadir)\" \ -DEXTENSIONS_DIR=\""$(libdir)/epiphany-$(EPIPHANY_MAJOR)/extensions"\" \ -DLOADER_DIR=\""$(libdir)/epiphany-$(EPIPHANY_MAJOR)/loaders"\" \ -DDATADIR=\""$(datadir)"\" \ - -DPIXMAP_DIR=\""$(datadir)/pixmaps"\" \ $(AM_CPPFLAGS) libephymain_la_CFLAGS = \ -- cgit