summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
blob: 3aba79b8342cf9843b0968f11a9328171a94304a (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
26
27
28
SUBDIRS = libply . splash-plugins client tests
INCLUDES = -I$(top_srcdir)                                                    \
           -I$(srcdir)/libply                                                 \
           -I$(srcdir)                                                        \
           -DPLYMOUTH_LOGO_FILE=\"$(logofile)\"

plymouthdbindir = $(libexecdir)/plymouth
plymouthdbin_PROGRAMS = plymouthd

plymouthd_CFLAGS = $(PLYMOUTH_CFLAGS) -DPLYMOUTH_PLUGIN_PATH=\"$(libdir)/plymouth/\"
plymouthd_LDADD = $(PLYMOUTH_LIBS) libply/libply.la
plymouthd_SOURCES =                                                            \
                   ply-boot-protocol.h                                        \
                   ply-boot-server.h                                          \
                   ply-boot-server.c                                          \
                   ply-boot-splash-plugin.h                                   \
                   ply-boot-splash.h                                          \
                   ply-boot-splash.c                                          \
                   ply-window.h                                               \
                   ply-window.c                                               \
                   main.c

plymouthdrundir = $(localstatedir)/run/plymouth

install-data-hook:
	-mkdir -p $(DESTDIR)$(plymouthdrundir)

MAINTAINERCLEANFILES = Makefile.in