mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-07 21:18:05 +02:00
add forgotton Makefile.am to version control
This commit is contained in:
parent
1c243bdf2d
commit
0bd33efd8b
1 changed files with 17 additions and 0 deletions
17
src/rhgb-client/Makefile.am
Normal file
17
src/rhgb-client/Makefile.am
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
SUBDIRS = tests
|
||||
INCLUDES = -I$(top_srcdir) \
|
||||
-I$(srcdir)/../libply \
|
||||
-I$(srcdir)/.. \
|
||||
-I$(srcdir)
|
||||
|
||||
bin_PROGRAMS = rhgb-client
|
||||
|
||||
rhgb_client_CFLAGS = $(PLYMOUTH_CFLAGS)
|
||||
rhgb_client_LDADD = $(PLYMOUTH_LIBS) ../libply/libply.la
|
||||
rhgb_client_SOURCES = \
|
||||
$(srcdir)/../ply-boot-protocol.h \
|
||||
$(srcdir)/ply-boot-client.h \
|
||||
$(srcdir)/ply-boot-client.c \
|
||||
$(srcdir)/rhgb-client.c
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
Loading…
Add table
Reference in a new issue