summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2007-06-25 17:27:56 -0400
committerRay Strode <rstrode@redhat.com>2007-06-25 17:27:56 -0400
commit0bd33efd8b9417736b295edc4724c8d04a0ba2cb (patch)
tree45ce21792764a2d3145ac08a5c2146e44531e926 /src
parent1c243bdf2dd8f2f3fc2ea0b78e84314cdf28d456 (diff)
downloadplymouth-0bd33efd8b9417736b295edc4724c8d04a0ba2cb.tar.gz
plymouth-0bd33efd8b9417736b295edc4724c8d04a0ba2cb.tar.xz
plymouth-0bd33efd8b9417736b295edc4724c8d04a0ba2cb.zip
add forgotton Makefile.am to version control
Diffstat (limited to 'src')
-rw-r--r--src/rhgb-client/Makefile.am17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/rhgb-client/Makefile.am b/src/rhgb-client/Makefile.am
new file mode 100644
index 0000000..39c5024
--- /dev/null
+++ b/src/rhgb-client/Makefile.am
@@ -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