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

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

text_la_CFLAGS = $(PLYMOUTH_CFLAGS)
text_la_LDFLAGS = -module -avoid-version -export-dynamic
text_la_LIBADD = $(PLYMOUTH_LIBS) ../../libply/libply.la
text_la_SOURCES = $(srcdir)/../../ply-boot-splash-plugin.h         \
                  $(srcdir)/text.c

MAINTAINERCLEANFILES = Makefile.in