blob: 4d53e385b288414629476ef5b83e170806fe6767 (
plain) (
tree)
|
|
INCLUDES = \
-I$(top_srcdir)/lib \
-I$(top_srcdir)/lib/egg \
$(WARN_CFLAGS) \
$(EPIPHANY_DEPENDENCY_CFLAGS) \
-DSHARE_DIR=\"$(pkgdatadir)\" \
-DG_DISABLE_DEPRECATED \
-DGDK_DISABLE_DEPRECATED \
-DGTK_DISABLE_DEPRECATED \
-DGDK_PIXBUF_DISABLE_DEPRECATED \
-DGNOME_DISABLE_DEPRECATED
noinst_LTLIBRARIES = libephywidgets.la
libephywidgets_la_SOURCES = \
ephy-toolbars-group.c \
ephy-toolbars-group.h \
eggtreemodelfilter.c \
eggtreemodelfilter.h \
eggtreemultidnd.c \
eggtreemultidnd.h \
ephy-arrow-toolbutton.c \
ephy-arrow-toolbutton.h \
ephy-autocompletion-window.c \
ephy-autocompletion-window.h \
ephy-editable-toolbar.c \
ephy-editable-toolbar.h \
ephy-ellipsizing-label.c \
ephy-ellipsizing-label.h \
ephy-location-entry.c \
ephy-location-entry.h \
ephy-notebook.c \
ephy-notebook.h \
ephy-spinner.c \
ephy-spinner.h \
ephy-tree-model-sort.c \
ephy-tree-model-sort.h
|