summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
blob: c5a3f9eb4f227a8872a9939dfc2034ee3f269cf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SUBDIRS = libply . splash-plugins rhgb-client tests
INCLUDES = -I$(top_srcdir)                                                    \
           -I$(srcdir)/libply                                                 \
           -I$(srcdir)
plymouthbindir = $(libexecdir)/plymouth
plymouthbin_PROGRAMS = plymouth 

plymouth_CFLAGS = $(PLYMOUTH_CFLAGS) -DPLYMOUTH_PLUGIN_PATH=\"$(libdir)/plymouth/\"
plymouth_LDADD = $(PLYMOUTH_LIBS) libply/libply.la
plymouth_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                                          \
                   main.c

MAINTAINERCLEANFILES = Makefile.in