hal/hald Makefile.am,1.32,1.33
David Zeuthen
david at freedesktop.org
Tue Sep 7 12:12:58 PDT 2004
Update of /cvs/hal/hal/hald
In directory gabe:/tmp/cvs-serv3896/hald
Modified Files:
Makefile.am
Log Message:
2004-09-07 David Zeuthen <david at fubar.dk>
Patch from Sjoerd Simons <sjoerd at luon.net>
* configure.in:
* hald/Makefile.am:
All binaries generated by hal currently have -lexpat in their
LDFLAGS. Which by itself is not a problem, except that libtool
puts it as a library dependency in libhal.la. Which is ofcourse
unnecessary. Attached patch fixes this by using the expat link
option only for the hald binary. No screenshot for this one
though :)
Index: Makefile.am
===================================================================
RCS file: /cvs/hal/hal/hald/Makefile.am,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- Makefile.am 3 Sep 2004 18:28:56 -0000 1.32
+++ Makefile.am 7 Sep 2004 19:12:56 -0000 1.33
@@ -74,7 +74,7 @@
linux/volume_id/volume_id.h linux/volume_id/volume_id.c \
linux/drive_id/drive_id.h linux/drive_id/drive_id.c
-hald_LDADD = @PACKAGE_LIBS@ -lcap
+hald_LDADD = @PACKAGE_LIBS@ -lcap @EXPAT_LIB@
#### Init scripts fun
SCRIPT_IN_FILES=haldaemon.in
More information about the hal-commit
mailing list