projects
/
platform
/
upstream
/
avahi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d2e4c9
)
pthread build fix
author
Lennart Poettering
<lennart@poettering.net>
Sun, 22 Jan 2006 19:58:46 +0000
(19:58 +0000)
committer
Lennart Poettering
<lennart@poettering.net>
Sun, 22 Jan 2006 19:58:46 +0000
(19:58 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1100
941a03a8
-eaeb-0310-b9a0-
b1bbd8fe43fe
avahi-common/Makefile.am
patch
|
blob
|
history
diff --git
a/avahi-common/Makefile.am
b/avahi-common/Makefile.am
index
aacd992
..
96ef099
100644
(file)
--- a/
avahi-common/Makefile.am
+++ b/
avahi-common/Makefile.am
@@
-68,7
+68,8
@@
libavahi_common_la_SOURCES = \
rlist.h rlist.c
libavahi_common_la_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS)
-libavahi_common_la_LDFLAGS = $(AM_LDFLAGS) $(PTHREAD_CFLAGS) $(PTHREAD_LIBS) -export-dynamic -version-info $(LIBAVAHI_COMMON_VERSION_INFO)
+libavahi_common_la_LIBADD = $(AM_LDADD) $(PTHREAD_CFLAGS) $(PTHREAD_LIBS)
+libavahi_common_la_LDFLAGS = $(AM_LDFLAGS) -export-dynamic -version-info $(LIBAVAHI_COMMON_VERSION_INFO)
strlst_test_SOURCES = \
strlst.c strlst.h \