Oops, missed this file

SVN revision: 8008
This commit is contained in:
handyande 2003-12-05 18:13:46 +00:00 committed by handyande
parent f6627ea478
commit dc672f1428
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
## 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
LDFLAGS = -module -avoid-version -rdynamic -shared
INCLUDES = -I$(top_srcdir)/src\
-I../../ -I../ -I.
IPC_ECORE_L = ipc_ecore.la
EVSH_L =
lib_LTLIBRARIES = ecore_config_ipc_ecore.la
ecore_config_ipc_ecore_la_DEPENDENCIES = $(top_builddir)/config.h
ecore_config_ipc_ecore_la_SOURCES = ipc_ecore.c
ecore_config_ipc_ecore_la_LIBADD = \
$(top_builddir)/src/lib/ecore/libecore.la \
$(top_builddir)/src/lib/ecore_ipc/libecore_ipc.la
ecore_config_ipc_ecore_la_LDFLAGS = -no-undefined -module -avoid-version