summaryrefslogtreecommitdiffstats
path: root/src/libplybootsplash/Makefile.am
blob: b609f9cc6ddad15471179ab44a27d1c6f76dd333 (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
INCLUDES = -I$(top_srcdir)                                                    \
           -I$(srcdir)                                                        \
           -I$(srcdir)/../libply

lib_LTLIBRARIES = libplybootsplash.la

libplybootsplashdir = $(includedir)/plymouth-1/plybootsplash
libplybootsplash_HEADERS = ply-answer.h ply-text-pulser.h ply-throbber.h ply-window.h ply-boot-splash-plugin.h

libplybootsplash_la_CFLAGS = $(PLYMOUTH_CFLAGS)                               \
                             -DPLYMOUTH_BACKGROUND_COLOR=$(background_color)   \
                       -DPLYMOUTH_BACKGROUND_END_COLOR=$(background_end_color) \
                       -DPLYMOUTH_BACKGROUND_START_COLOR=$(background_start_color)
libplybootsplash_la_LIBADD = $(PLYMOUTH_LIBS) ../libply/libply.la
libplybootsplash_la_LDFLAGS = -export-symbols-regex '^[^_].*' \
		    -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
		    -no-undefined
libplybootsplash_la_SOURCES = \
		    $(libplybootsplash_HEADERS)                              \
		    ply-answer.c                                             \
		    ply-throbber.c                                           \
		    ply-text-pulser.c                                        \
		    ply-window.c

MAINTAINERCLEANFILES = Makefile.in