aboutsummaryrefslogblamecommitdiffstats
path: root/embed/web-extension/Makefile.am
blob: 4fc539cc2a3effe6f60d94728946b0af4828a40d (plain) (tree)
1
2
3
4
5
6
7
8
9





                                                           

                                
                              
                              



                                          

                                                 

                                           

                                         

                                                
 


                                   









                                            
webextension_LTLIBRARIES = libephywebextension.la

webextensiondir = \
    $(libdir)/epiphany/$(EPIPHANY_MAJOR)/web-extensions

libephywebextension_la_SOURCES = \
    ephy-embed-form-auth.c \
    ephy-embed-form-auth.h \
    ephy-web-extension.c \
    ephy-web-extension.h \
    $(top_srcdir)/embed/uri-tester.c \
    $(top_srcdir)/embed/uri-tester.h \
    $(top_srcdir)/lib/ephy-debug.c \
    $(top_srcdir)/lib/ephy-debug.h \
    $(top_srcdir)/lib/ephy-form-auth-data.c \
    $(top_srcdir)/lib/ephy-form-auth-data.h \
    $(top_srcdir)/lib/ephy-settings.c \
    $(top_srcdir)/lib/ephy-settings.h \
    $(top_srcdir)/lib/ephy-string.c \
    $(top_srcdir)/lib/ephy-string.h \
    $(top_srcdir)/lib/ephy-web-dom-utils.c \
    $(top_srcdir)/lib/ephy-web-dom-utils.h

libephywebextension_la_CPPFLAGS = \
    -I$(top_srcdir)/embed \
    -I$(top_srcdir)/lib \
    $(AM_CPPFLAGS)

libephywebextension_la_CFLAGS = \
    $(WEB_EXTENSION_CFLAGS)

libephywebextension_la_LIBADD = \
    $(WEB_EXTENSION_LIBS)

libephywebextension_la_LDFLAGS = \
    -module -avoid-version -no-undefined