diff options
-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 |