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

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

details_la_CFLAGS = $(PLYMOUTH_CFLAGS)
details_la_LDFLAGS = -module -avoid-version -export-dynamic
details_la_LIBADD = $(PLYMOUTH_LIBS)                                         \
                    ../../libply/libply.la                                   \
                    ../../libplybootsplash/libplybootsplash.la
details_la_SOURCES = $(srcdir)/plugin.c

MAINTAINERCLEANFILES = Makefile.in