13 lines
419 B
Makefile
13 lines
419 B
Makefile
###############################################################################
|
|
##
|
|
## Makefile.am for eo/src/other
|
|
##
|
|
###############################################################################
|
|
|
|
INCLUDES = -I$(top_builddir)/src
|
|
|
|
#lib_LIBRARIES = libeoother.a
|
|
#libeoother_a_SOURCES =
|
|
|
|
libeootherincdir = $(includedir)/eo/other
|
|
libeootherinc_HEADERS = eoExternalEO.h eoString.h external_eo eoExternalOpFunctions.h
|