efl/legacy/ecore/src/lib/ecore_txt/Makefile.am

35 lines
575 B
Makefile
Raw Normal View History

## Process this file with automake to produce Makefile.in
INCLUDES = \
-I$(top_srcdir)/src/lib/ecore \
2004-10-20 20:16:32 -07:00
-I$(top_builddir)/src/lib/ecore \
@iconv_cflags@
2004-11-01 20:03:27 -08:00
libecore_txt_la_LDFLAGS = -version-info 1:0:0 \
-L$(top_builddir)/src/lib/ecore/.libs
if BUILD_ECORE_TXT
lib_LTLIBRARIES = libecore_txt.la
include_HEADERS = \
Ecore_Txt.h
libecore_txt_la_SOURCES = \
ecore_txt.c \
ecore_txt_private.h
# FIXME: may have to link with -liconv
libecore_txt_la_LIBADD = \
@iconv_libs@
libecore_txt_la_DEPENDENCIES =
endif
EXTRA_DIST = \
Ecore_Txt.h \
ecore_txt.c \
ecore_txt_private.h