blob: b7d859202f472e5662ff38c17b94b1a495677554 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
INCLUDES = \
-I$(top_srcdir)/lib \
$(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 = \
eggtreemodelfilter.c \
eggtreemodelfilter.h
eggtreemultidnd.c \
eggtreemultidnd.h \
ephy-autocompletion-window.c \
ephy-autocompletion-window.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
|