From: Adam Dickmeiss Date: Tue, 22 Mar 2011 13:57:37 +0000 (+0100) Subject: Add this Makefile - apparently needed X-Git-Tag: v1.1.0~8 X-Git-Url: http://git.indexdata.com/?p=phpyaz-moved-to-github.git;a=commitdiff_plain;h=25845c0dbedddab5299c0edf0401c91045de85c9 Add this Makefile - apparently needed --- diff --git a/Makefile.in b/Makefile.in new file mode 100644 index 0000000..0df612f --- /dev/null +++ b/Makefile.in @@ -0,0 +1,7 @@ +LTLIBRARY_NAME = libyaz.la +LTLIBRARY_SOURCES = php_yaz.c +LTLIBRARY_SHARED_NAME = yaz.la +LTLIBRARY_SHARED_LIBADD = $(YAZ_SHARED_LIBADD) + +include $(top_srcdir)/build/dynlib.mk +