mirror of
https://git.yoctoproject.org/poky
synced 2026-03-14 19:29:41 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1626 311d38ba-8fff-0310-9ca6-ca027cbcb966
16 lines
500 B
Diff
16 lines
500 B
Diff
---
|
|
src/Makefile.am | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
Index: xournal-0.2/src/Makefile.am
|
|
===================================================================
|
|
--- xournal-0.2.orig/src/Makefile.am 2007-05-09 15:06:26.000000000 +0100
|
|
+++ xournal-0.2/src/Makefile.am 2007-05-09 15:06:35.000000000 +0100
|
|
@@ -21,5 +21,5 @@ xournal_SOURCES = \
|
|
xo-interface.c xo-interface.h \
|
|
xo-callbacks.c xo-callbacks.h
|
|
|
|
-xournal_LDADD = @PACKAGE_LIBS@
|
|
+xournal_LDADD = @PACKAGE_LIBS@ -lz
|
|
|