enlightenment/src/Makefile.am

22 lines
363 B
Makefile
Raw Normal View History

2000-12-08 14:54:42 -08:00
## Process this file with automake to produce Makefile.in
INCLUDES = \
-I$(top_srcdir)/intl \
@evas_cflags@ @edb_cflags@ @ebits_cflags@ @ecore_cflags@
2000-12-08 14:54:42 -08:00
bin_PROGRAMS = e
e_SOURCES = \
actions.c \
border.c \
desktops.c \
icccm.c \
icccm.h \
2000-12-08 14:54:42 -08:00
main.c \
resist.c \
util.c \
e.h
e_LDADD = @evas_libs@ @edb_libs@ @ebits_libs@ @ecore_libs@ -lecore -lm $(INTLLIBS)