efl/legacy/eet/src/bin/Makefile.am

13 lines
230 B
Makefile
Raw Normal View History

2002-12-02 15:39:26 -08:00
## Process this file with automake to produce Makefile.in
INCLUDES = \
-I../lib
bin_PROGRAMS = eet
eet_SOURCES = \
eet_main.c
eet_LDADD = $(top_builddir)/src/lib/libeet.la
eet_DEPENDANCIES = $(top_builddir)/src/lib/libeet.la