Linking with $LIBBURN_ARCH_LIBS to get -lcam on FreeBSD

This commit is contained in:
Thomas Schmitt 2009-02-03 16:24:48 +00:00
parent 58c0732a8e
commit 31a0966735
3 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@ xorriso_xorriso_CFLAGS = -DXorriso_with_maiN \
$(READLINE_DEF) $(LIBACL_DEF) $(XATTR_DEF)
xorriso_xorriso_LDADD = libisoburn/libisoburn.la -lisofs -lburn \
$(THREAD_LIBS)
$(THREAD_LIBS) $(LIBBURN_ARCH_LIBS)
xorriso_xorriso_SOURCES = \
xorriso/xorriso.h \

View File

@ -19,7 +19,7 @@ xorriso_xorriso_CPPFLAGS = -I./libburn -I./libisofs -I./libisoburn -I./xorriso
xorriso_xorriso_CFLAGS = -DXorriso_standalonE -DXorriso_with_maiN \
$(READLINE_DEF) $(LIBACL_DEF) $(XATTR_DEF)
xorriso_xorriso_LDADD = $(THREAD_LIBS)
xorriso_xorriso_LDADD = $(THREAD_LIBS) $(LIBBURN_ARCH_LIBS)
# This looks quite ugly with make install: xorriso.c is compiled twice again

View File

@ -1 +1 @@
#define Xorriso_timestamP "2009.02.02.201124"
#define Xorriso_timestamP "2009.02.03.162440"