efl/legacy/evas/src/lib/file/Makefile.am

18 lines
489 B
Makefile
Raw Normal View History

2002-11-08 00:02:15 -08:00
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = 1.4 foreign
# A list of all the files in the current directory which can be regenerated
MAINTAINERCLEANFILES = Makefile.in
INCLUDES = @freetype_cflags@ \
2002-11-08 00:02:15 -08:00
-I. \
-I$(top_srcdir)/src/lib \
-I$(top_srcdir)/src/lib/include
2002-11-08 00:02:15 -08:00
noinst_LTLIBRARIES = libevas_file.la
libevas_file_la_SOURCES = \
evas_path.c
libevas_file_la_DEPENDENCIES = $(top_builddir)/config.h