and fix the creation of the shared lib with MinGW.
[profile/ivi/eet.git] / src / lib / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 AUTOMAKE_OPTIONS     = 1.4 foreign
4
5 # A list of all the files in the current directory which can be regenerated
6 MAINTAINERCLEANFILES = Makefile.in
7
8 INCLUDES             = -I. \
9                        -I$(top_srcdir)/src/lib \
10                        -I$(top_srcdir)/src/lib/include 
11
12 lib_LTLIBRARIES      = libeet.la
13 include_HEADERS      = Eet.h
14 libeet_la_SOURCES  = \
15 eet_lib.c \
16 eet_data.c \
17 eet_image.c \
18 eet_memfile.c \
19 eet_utils.c \
20 Eet_private.h
21
22 libeet_la_LIBADD       = -lz -ljpeg @fnmatch_libs@ @winsock_libs@
23 libeet_la_DEPENDENCIES = $(top_builddir)/config.h
24 libeet_la_LDFLAGS      = @create_shared_lib@ -version-info 9:10:9