diff options
| author | Ray Strode <rstrode@redhat.com> | 2007-10-18 22:34:16 -0400 |
|---|---|---|
| committer | Ray Strode <rstrode@redhat.com> | 2007-10-18 22:34:16 -0400 |
| commit | d86e595d9f0b0224e6049fb7281a36e962b2131d (patch) | |
| tree | 2e3da56e8ae7c1b65b9681b11a5df6fc8f17119d /src | |
| parent | 6ba8f5f27e63be12ab89265979a7a33e68ef0ae0 (diff) | |
fix up rhgb-client makefile more
Diffstat (limited to 'src')
| -rw-r--r-- | src/rhgb-client/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/rhgb-client/Makefile.am b/src/rhgb-client/Makefile.am index cfcb0a0..20e6dc7 100644 --- a/src/rhgb-client/Makefile.am +++ b/src/rhgb-client/Makefile.am @@ -1,11 +1,12 @@ INCLUDES = -I$(top_srcdir) \ - -I$(top_srcdir)/libply \ + -I$(top_srcdir)/src \ + -I$(top_srcdir)/src/libply \ -I$(srcdir) rhgb_clientdir = $(bindir) rhgb_client_PROGRAMS = rhgb-client rhgb_client_CFLAGS = $(PLYMOUTH_CFLAGS) -DPLYMOUTH_PLUGIN_PATH=\"$(prefix)/\$${LIB}/plymouth/\" -rhgb_client_LDADD = $(PLYMOUTH_LIBS) libply/libply.la +rhgb_client_LDADD = $(PLYMOUTH_LIBS) ../libply/libply.la rhgb_client_SOURCES = \ ply-boot-client.h \ ply-boot-client.c \ |
