aboutsummaryrefslogtreecommitdiffstats
path: root/embed/xulrunner/components/Makefile.am
blob: 53796b169415314065f5088189f3e25e7100d953 (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
NULL =

noinst_LTLIBRARIES = libephycomponents.la

libephycomponents_la_SOURCES = \
    GeckoPromptService.cpp          \
    GeckoPromptService.h            \
    $(NULL)

libephycomponents_la_CPPFLAGS = \
    $(LIBXUL_CXXCPPFLAGS)   \
    $(LIBXUL_INCLUDES)  \
    $(AM_CPPFLAGS)

libephycomponents_la_CXXFLAGS = \
    $(LIBXUL_CXXFLAGS)  \
    $(GTK_CFLAGS)       \
    $(AM_CXXFLAGS)

libephycomponents_la_LDFLAGS = \
    $(AM_LDFLAGS)

libephycomponents_la_LIBADD = \
    $(LIBXUL_LIBS)

CLEANFILES =
    $(NULL)

EXTRA_DIST = \
    $(NULL)