X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2FMakefile.am;h=79d062f6895d483848ff0a6cc5e209edfdf04b89;hb=a1a330bfc92c82559a2ecaf1009fc272ef2631d4;hp=e0aa56e0db7f4e8164891c6c94c8413fa85a96ff;hpb=bb8bd5490a71bc77570653cf53be88edd37679e3;p=catta diff --git a/avahi-common/Makefile.am b/avahi-common/Makefile.am index e0aa56e..79d062f 100644 --- a/avahi-common/Makefile.am +++ b/avahi-common/Makefile.am @@ -1,5 +1,3 @@ -# $Id: Makefile.am 90 2005-05-23 16:15:12Z lennart $ -# # This file is part of avahi. # # avahi is free software; you can redistribute it and/or modify it @@ -71,8 +69,8 @@ libavahi_common_la_SOURCES = \ i18n.c i18n.h libavahi_common_la_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS) -DAVAHI_LOCALEDIR=\"$(avahilocaledir)\" -libavahi_common_la_LIBADD = $(AM_LDADD) $(PTHREAD_CFLAGS) $(PTHREAD_LIBS) -libavahi_common_la_LDFLAGS = $(AM_LDFLAGS) -export-dynamic -version-info $(LIBAVAHI_COMMON_VERSION_INFO) +libavahi_common_la_LIBADD = $(AM_LDADD) $(PTHREAD_CFLAGS) $(PTHREAD_LIBS) $(INTLLIBS) +libavahi_common_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(LIBAVAHI_COMMON_VERSION_INFO) strlst_test_SOURCES = \ strlst.c strlst.h \