blob: d24b82c48f39267c4da1de3f48375fb53bd97921 (
plain) (
tree)
|
|
INCLUDES = \
-I$(top_srcdir)/lib \
-I$(top_srcdir)/lib/egg \
$(EPIPHANY_DEPENDENCY_CFLAGS) \
-DSHARE_DIR=\"$(pkgdatadir)\"
if MAINTAINER_MODE
INCLUDES += -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED \
-DGNOME_DISABLE_DEPRECATED -DBONOBO_DISABLE_DEPRECATED $(WARN_CFLAGS)
endif
noinst_LTLIBRARIES = libephywidgets.la
libephywidgets_la_SOURCES = \
ephy-arrow-toolbutton.c \
ephy-arrow-toolbutton.h \
ephy-ellipsizing-label.c \
ephy-ellipsizing-label.h \
ephy-cell-renderer-progress.h \
ephy-cell-renderer-progress.c \
ephy-location-entry.c \
ephy-location-entry.h \
ephy-node-view.c \
ephy-node-view.h \
ephy-search-entry.c \
ephy-search-entry.h \
ephy-spinner.c \
ephy-spinner.h \
ephy-tree-model-node.c \
ephy-tree-model-node.h \
ephy-tree-model-sort.c \
ephy-tree-model-sort.h \
ephy-zoom-action.h \
ephy-zoom-action.c \
ephy-zoom-control.c \
ephy-zoom-control.h
|