summaryrefslogtreecommitdiffstats
path: root/src/splash-plugins/text/Makefile.am
blob: ccf8093dc4e056cefc44e40c5abab849ff69dd14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
INCLUDES = -I$(top_srcdir)                                                    \
           -I$(srcdir)/../../libply                                           \
           -I$(srcdir)/../../libplybootsplash                                 \
           -I$(srcdir)/../..                                                  \
           -I$(srcdir)/..                                                     \
           -I$(srcdir)

plugindir = $(libdir)/plymouth
plugin_LTLIBRARIES = text.la

text_la_CFLAGS = $(PLYMOUTH_CFLAGS)                                           \
                 -DPLYMOUTH_BACKGROUND_COLOR=$(background_color)              \
                 -DPLYMOUTH_BACKGROUND_END_COLOR=$(background_end_color)      \
                 -DPLYMOUTH_BACKGROUND_START_COLOR=$(background_start_color)

text_la_LDFLAGS = -module -avoid-version -export-dynamic
text_la_LIBADD = $(PLYMOUTH_LIBS)                                            \
		    ../../libply/libply.la                                   \
		    ../../libplybootsplash/libplybootsplash.la
text_la_SOURCES = $(srcdir)/plugin.c

MAINTAINERCLEANFILES = Makefile.in