source: git/resources/Makefile.am @ c70920

spielwiese
Last change on this file since c70920 was c70920, checked in by Oleksandr Motsak <motsak@…>, 10 years ago
Better BS: use libtool dependency libs and LIBADD automake feature + cleanup NOTE: libpolys should not check for flint (only factory works with it)
  • Property mode set to 100644
File size: 496 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../m4
2
3libresources_LTLIBRARIES = libresources.la
4
5libresourcesdir = $(libdir)
6
7
8AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir} -DHAVE_CONFIG_H
9
10
11SOURCES  = omFindExec.c feResource.cc feFopen.cc
12libresources_la_SOURCES   = $(SOURCES)
13
14### libresources_la_LDFLAGS    = -release ${PACKAGE_VERSION}
15
16libresources_includedir  =$(includedir)/resources
17
18libresources_include_HEADERS = omFindExec.h feResource.h feFopen.h
19
20nodist_libresources_include_HEADERS = resourcesconfig.h
21
22
Note: See TracBrowser for help on using the repository browser.