diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-01-07 07:13:11 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-01-07 07:13:11 +0800 |
commit | 020d759fa2d1a462d4179210bf7f5f8622246380 (patch) | |
tree | 74ffe6bf2c8005967a5651f20ed63c48d6543f61 /src | |
parent | 3b089d15448350161cfe7cee83dbfc57d33df11b (diff) | |
download | gsoc2013-epiphany-020d759fa2d1a462d4179210bf7f5f8622246380.tar gsoc2013-epiphany-020d759fa2d1a462d4179210bf7f5f8622246380.tar.gz gsoc2013-epiphany-020d759fa2d1a462d4179210bf7f5f8622246380.tar.bz2 gsoc2013-epiphany-020d759fa2d1a462d4179210bf7f5f8622246380.tar.lz gsoc2013-epiphany-020d759fa2d1a462d4179210bf7f5f8622246380.tar.xz gsoc2013-epiphany-020d759fa2d1a462d4179210bf7f5f8622246380.tar.zst gsoc2013-epiphany-020d759fa2d1a462d4179210bf7f5f8622246380.zip |
Add dummy functions to call some get_types funcs, otherwise they don't get
2005-01-07 Christian Persch <chpe@cvs.gnome.org>
* 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.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
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 = \ |