From 537a71fa230d2c5fafdc3af1cb33f979dc9545bb Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Fri, 7 May 2004 20:43:18 +0000 Subject: Add dependencies to liblibghtpipe.so --- ChangeLog | 5 +++++ Makefile.am | 2 ++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5ad5ec8..b1bab25 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-05-07 Keith Packard + + * Makefile.am: + Add dependencies to liblibghtpipe.so + 2004-04-30 Keith Packard * lightpipe.c: (main): diff --git a/Makefile.am b/Makefile.am index 8b34de1..77b0a2d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,6 +44,8 @@ liblightpipe_la_SOURCES = \ lpint.h \ lptable.c +liblightpipe_la_LIBADD = $(LIGHTPIPE_LIBS) + liblightpipeincludedir = $(includedir)/X11/extensions liblightpipeinclude_HEADERS = lightpipe.h -- cgit v1.2.3