Fixed makefile
[ephy-soc.git] / lib / widgets / Makefile.am
blobaa42e38a826eafd62114cec1ce903cf82aca5b2b
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                     \
24         ephy-tree-model-history.c               \
25         ephy-tree-model-history.h                       
26         
28 libephywidgets_la_CPPFLAGS = \
29         -I$(top_builddir)/lib           \
30         -I$(top_srcdir)/lib             \
31         -I$(top_srcdir)/lib/egg         \
32         -DSHARE_DIR=\"$(pkgdatadir)\"   \
33         $(AM_CPPFLAGS)
35 libephywidgets_la_CFLAGS = \
36         $(DEPENDENCIES_CFLAGS)  \
37         $(AM_CFLAGS)