summaryrefslogtreecommitdiff
path: root/src/edje_external
diff options
context:
space:
mode:
authorCedric Bail <cedric@osg.samsung.com>2016-03-31 17:44:38 -0700
committerCedric Bail <cedric@osg.samsung.com>2016-03-31 19:45:26 -0700
commit78475cc87e8a57260ed1e6ddbb4fe6da2f327a12 (patch)
treef4beebf5c7ae50847e18331e9c4abf27834e1e0b /src/edje_external
parent7166e6b85994b19a29f05c9e2b6d75a314a3cb91 (diff)
downloadefl-78475cc87e8a57260ed1e6ddbb4fe6da2f327a12.tar.gz
elementary: add edje_external back in.
Diffstat (limited to 'src/edje_external')
-rw-r--r--src/edje_external/elementary/Makefile.am59
1 files changed, 0 insertions, 59 deletions
diff --git a/src/edje_external/elementary/Makefile.am b/src/edje_external/elementary/Makefile.am
deleted file mode 100644
index c1645b6daf..0000000000
--- a/src/edje_external/elementary/Makefile.am
+++ /dev/null
@@ -1,59 +0,0 @@
-MAINTAINERCLEANFILES = Makefile.in
-
-AM_CPPFLAGS = \
--DELM_INTERNAL_API_ARGESFSDFEFC=1 \
--I. \
--I$(top_builddir) \
--I$(top_srcdir) \
--I$(top_srcdir)/src/lib \
--I$(top_builddir)/src/lib \
--DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \
--DPACKAGE_LIB_DIR=\"$(libdir)\" \
--DELEMENTARY_BUILD \
-@ELEMENTARY_CFLAGS@
-
-pkgdir = $(libdir)/edje/modules/elm/$(MODULE_EDJE)
-pkg_LTLIBRARIES = module.la
-
-module_la_SOURCES = private.h \
-modules.inc \
-elm.c \
-elm_actionslider.c \
-elm_bg.c \
-elm_bubble.c \
-elm_button.c \
-elm_calendar.c \
-elm_check.c \
-elm_clock.c \
-elm_entry.c \
-elm_fileselector.c \
-elm_fileselector_button.c \
-elm_fileselector_entry.c \
-elm_frame.c \
-elm_gengrid.c \
-elm_genlist.c \
-elm_hoversel.c \
-elm_icon.c \
-elm_index.c \
-elm_label.c \
-elm_list.c \
-elm_map.c \
-elm_multibuttonentry.c \
-elm_naviframe.c \
-elm_notify.c \
-elm_panes.c \
-elm_photocam.c \
-elm_progressbar.c \
-elm_radio.c \
-elm_scroller.c \
-elm_segment_control.c \
-elm_slider.c \
-elm_slideshow.c \
-elm_spinner.c \
-elm_thumb.c \
-elm_toolbar.c \
-elm_video.c \
-elm_web.c
-
-module_la_LIBADD = @ELEMENTARY_LIBS@ $(top_builddir)/src/lib/libelementary.la
-module_la_LDFLAGS = -no-undefined -module -avoid-version -shared -fPIC