Dynamic cdrskin linking patch by Simon Huggins.

This commit is contained in:
Thomas Schmitt 2008-01-23 21:37:26 +00:00
parent beb1c1d2d1
commit 77a9a1fc92
2 changed files with 6 additions and 2 deletions

View File

@ -104,7 +104,11 @@ test_structest_SOURCES = test/structest.c
## cdrskin construction site - ts A60816 - A71025
cdrskin_cdrskin_CPPFLAGS = -Ilibburn
cdrskin_cdrskin_CFLAGS = -DCdrskin_libburn_0_4_1
cdrskin_cdrskin_LDADD = $(libburn_libburn_la_OBJECTS) $(THREAD_LIBS)
# cdrskin_cdrskin_LDADD = $(libburn_libburn_la_OBJECTS) $(THREAD_LIBS)
# ts A80123, change proposed by Simon Huggins to cause dynamic libburn linking
cdrskin_cdrskin_LDADD = libburn/libburn.la $(THREAD_LIBS)
cdrskin_cdrskin_SOURCES = cdrskin/cdrskin.c cdrskin/cdrfifo.c cdrskin/cdrfifo.h cdrskin/cdrskin_timestamp.h
##
## Open questions: how to compute $timestamp and express -DX="$timestamp"

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2008.01.23.211731"
#define Cdrskin_timestamP "2008.01.23.213607"