summaryrefslogtreecommitdiff
path: root/src/plugins/splash/two-step/Makefile.am
blob: c7dbb5b6a711385ad970fe2c52f8404645acb600 (plain)
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
AM_CPPFLAGS = -I$(top_srcdir)                                                 \
           -I$(srcdir)/../../../libply                                        \
           -I$(srcdir)/../../../libply-splash-core                            \
           -I$(srcdir)/../../../libply-splash-graphics                        \
           -I$(srcdir)/../../..                                               \
           -I$(srcdir)/../..                                                  \
           -I$(srcdir)/..                                                     \
           -I$(srcdir)

plugindir = $(libdir)/plymouth
plugin_LTLIBRARIES = two-step.la

two_step_la_CFLAGS =    $(PLYMOUTH_CFLAGS)                                    \
                    -DPLYMOUTH_IMAGE_DIR=\"$(datadir)/plymouth/\"             \
                    -DPLYMOUTH_LOGO_FILE=\"$(logofile)\"                      \
                    -DPLYMOUTH_BACKGROUND_COLOR=$(background_color)           \
                    -DPLYMOUTH_BACKGROUND_END_COLOR=$(background_end_color)   \
                    -DPLYMOUTH_BACKGROUND_START_COLOR=$(background_start_color)
two_step_la_LDFLAGS =   -module -avoid-version -export-dynamic
two_step_la_LIBADD =    $(PLYMOUTH_LIBS) $(LTLIBINTL)                         \
                    ../../../libply/libply.la                                 \
                    ../../../libply-splash-core/libply-splash-core.la         \
                    ../../../libply-splash-graphics/libply-splash-graphics.la
two_step_la_SOURCES = $(srcdir)/plugin.c

MAINTAINERCLEANFILES = Makefile.in