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

lib_LTLIBRARIES = libplybootsplash.la

libplybootsplashdir = $(includedir)/plymouth-1/plybootsplash
libplybootsplash_HEADERS = ply-answer.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-window.c

MAINTAINERCLEANFILES = Makefile.in