diff options
author | Keith Packard <keithp@keithp.com> | 2004-05-07 20:43:18 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2004-05-07 20:43:18 +0000 |
commit | 537a71fa230d2c5fafdc3af1cb33f979dc9545bb (patch) | |
tree | 0f79eb3f75190c292daa752c7859241988d16b8b | |
parent | db0e7e6ce278640503ac6443ee161f561748ed64 (diff) |
Add dependencies to liblibghtpipe.so
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.am | 2 |
2 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2004-05-07 Keith Packard <keithp@keithp.com> + + * Makefile.am: + Add dependencies to liblibghtpipe.so + 2004-04-30 Keith Packard <keithp@keithp.com> * 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 |