summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
blob: 8b6ca5b5599fad983f9baae867dbed53f7f2d88a (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
29
30
31
SUBDIRS = libply libplybootsplash . splash-plugins client tests
INCLUDES = -I$(top_srcdir)                                                    \
           -I$(srcdir)/libply                                                 \
           -I$(srcdir)/libplybootsplash                                       \
           -I$(srcdir)                                                        \
           -DPLYMOUTH_LOG_DIRECTORY=\"$(localstatedir)/log\"                  \
           -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 libplybootsplash/libplybootsplash.la
plymouthd_SOURCES =                                                            \
                   ply-boot-protocol.h                                        \
                   ply-boot-server.h                                          \
                   ply-boot-server.c                                          \
                   ply-boot-splash.h                                          \
                   ply-boot-splash.c                                          \
                   main.c

plymouthdrundir = $(localstatedir)/run/plymouth

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = plymouth-1.pc

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

EXTRA_DIST = plymouth-1.pc.in
MAINTAINERCLEANFILES = Makefile.in