diff options
author | Xan Lopez <xan@gnome.org> | 2009-06-06 05:04:24 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-06-06 05:04:24 +0800 |
commit | 23fa2e15713edb80aadf60df21dda1795dfab74d (patch) | |
tree | ef9c99f535d2010379f6a13c4e0d318ac7277bd2 /embed/Makefile.am | |
parent | 914b6f95e19447d1b25209b9bb3cda2942513775 (diff) | |
download | gsoc2013-epiphany-23fa2e15713edb80aadf60df21dda1795dfab74d.tar.gz gsoc2013-epiphany-23fa2e15713edb80aadf60df21dda1795dfab74d.tar.zst gsoc2013-epiphany-23fa2e15713edb80aadf60df21dda1795dfab74d.zip |
Get rid of EphyEmbedFactory.
It's useless now, since there's only one backend.
Diffstat (limited to 'embed/Makefile.am')
-rw-r--r-- | embed/Makefile.am | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/embed/Makefile.am b/embed/Makefile.am index 941c3a817..b1f23303b 100644 --- a/embed/Makefile.am +++ b/embed/Makefile.am @@ -1,6 +1,6 @@ NULL = -noinst_LTLIBRARIES = libephyembed.la libephyembedfactory.la +noinst_LTLIBRARIES = libephyembed.la headerdir = $(prefix)/include/epiphany/$(EPIPHANY_MAJOR)/epiphany header_DATA = \ @@ -20,7 +20,6 @@ INST_H_FILES = \ ephy-embed.h \ ephy-embed-container.h \ ephy-embed-event.h \ - ephy-embed-factory.h \ ephy-embed-persist.h \ ephy-embed-prefs.h \ ephy-embed-single.h \ @@ -74,18 +73,6 @@ libephyembed_la_CFLAGS = \ $(DEPENDENCIES_CFLAGS) \ $(AM_CFLAGS) -libephyembedfactory_la_SOURCES = \ - ephy-embed-factory.c \ - ephy-embed-factory.h - -libephyembedfactory_la_CPPFLAGS = \ - $(AM_CPPFLAGS) - -libephyembedfactory_la_CFLAGS = \ - $(GECKO_CFLAGS) \ - $(DEPENDENCIES_CFLAGS) \ - $(AM_CFLAGS) - CLEANFILES = $(stamp_files) $(BUILT_SOURCES) DISTCLEANFILES = $(stamp_files) $(BUILT_SOURCES) MAINTAINERCLEANFILES = $(stamp_files) $(BUILT_SOURCES) |