diff options
author | Rui Hirokawa <hirokawa@php.net> | 2000-11-12 05:59:34 +0000 |
---|---|---|
committer | Rui Hirokawa <hirokawa@php.net> | 2000-11-12 05:59:34 +0000 |
commit | 71e53f2a5f4c22c4c5956deb82ba1da0e48c0b6e (patch) | |
tree | 5ef65621b7bbce18a81bb8af3461410535e54168 /ext/fdf/Makefile.in | |
parent | a2774081c91864393e645add0a9cb888be1957fe (diff) | |
download | php-git-71e53f2a5f4c22c4c5956deb82ba1da0e48c0b6e.tar.gz |
enabled shared module.
Diffstat (limited to 'ext/fdf/Makefile.in')
-rw-r--r-- | ext/fdf/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/fdf/Makefile.in b/ext/fdf/Makefile.in index 8acb8fbf52..1f48291e1a 100644 --- a/ext/fdf/Makefile.in +++ b/ext/fdf/Makefile.in @@ -1,5 +1,6 @@ LTLIBRARY_NAME = libfdf.la LTLIBRARY_SOURCES = fdf.c +LTLIBRARY_SHARED_NAME = fdf.la include $(top_srcdir)/build/dynlib.mk |