]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
add forgotton Makefile.am to version control
authorRay Strode <rstrode@redhat.com>
Mon, 25 Jun 2007 21:27:56 +0000 (17:27 -0400)
committerRay Strode <rstrode@redhat.com>
Mon, 25 Jun 2007 21:27:56 +0000 (17:27 -0400)
src/rhgb-client/Makefile.am [new file with mode: 0644]

diff --git a/src/rhgb-client/Makefile.am b/src/rhgb-client/Makefile.am
new file mode 100644 (file)
index 0000000..39c5024
--- /dev/null
@@ -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