aboutsummaryrefslogtreecommitdiffstats
path: root/embed/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'embed/Makefile.am')
-rw-r--r--embed/Makefile.am15
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)