Initial import of ephy (rev# 7126) from svn
[ephy-soc.git] / lib / widgets / Makefile.am
blob3f6cb15537b783c8559c1fb7a98d98f8f24d8f88
1 noinst_LTLIBRARIES = libephywidgets.la
3 libephywidgets_la_SOURCES = \
4         ephy-icon-entry.c                       \
5         ephy-icon-entry.h                       \
6         ephy-location-entry.c                   \
7         ephy-location-entry.h                   \
8         ephy-node-view.c                        \
9         ephy-node-view.h                        \
10         ephy-search-entry.c                     \
11         ephy-search-entry.h                     \
12         ephy-spinner.c                          \
13         ephy-spinner.h                          \
14         ephy-spinner-tool-item.c                \
15         ephy-spinner-tool-item.h                \
16         ephy-tree-model-node.c                  \
17         ephy-tree-model-node.h                  \
18         ephy-tree-model-sort.c                  \
19         ephy-tree-model-sort.h                  \
20         ephy-zoom-action.h                      \
21         ephy-zoom-action.c                      \
22         ephy-zoom-control.c                     \
23         ephy-zoom-control.h
25 libephywidgets_la_CPPFLAGS = \
26         -I$(top_builddir)/lib           \
27         -I$(top_srcdir)/lib             \
28         -I$(top_srcdir)/lib/egg         \
29         -DSHARE_DIR=\"$(pkgdatadir)\"   \
30         $(AM_CPPFLAGS)
32 libephywidgets_la_CFLAGS = \
33         $(DEPENDENCIES_CFLAGS)  \
34         $(AM_CFLAGS)