Don't include $(includedir) in searchpath, find headers in this source
[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                        @my_cflags@
10
11 lib_LTLIBRARIES      = libemotion.la
12 include_HEADERS      = Emotion.h
13 libemotion_la_SOURCES  = \
14 emotion_smart.c \
15 emotion_private.h
16
17 libemotion_la_LIBADD       = @my_libs@ @dlopen_libs@
18 libemotion_la_DEPENDENCIES = $(top_builddir)/config.h
19 libemotion_la_LDFLAGS      = -version-info 0:1:0