Use AC_PATH_GENERIC
[profile/ivi/emotion.git] / src / lib / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 AUTOMAKE_OPTIONS     = 1.4 foreign
4
5 MAINTAINERCLEANFILES = Makefile.in
6
7 INCLUDES             = -I$(top_srcdir) \
8                        -I$(top_srcdir)/src/lib \
9                        @EVAS_CFLAGS@ \
10                        @ECORE_CFLAGS@
11
12 lib_LTLIBRARIES      = libemotion.la
13 include_HEADERS      = Emotion.h
14 libemotion_la_SOURCES  = \
15 emotion_smart.c \
16 emotion_private.h
17
18 libemotion_la_LIBADD       = @EVAS_LIBS@ @ECORE_LIBS@ @dlopen_libs@
19 libemotion_la_DEPENDENCIES = $(top_builddir)/config.h
20 libemotion_la_LDFLAGS      = -version-info 0:1:0