source: git/resources/Makefile.am @ 55b6460

spielwiese
Last change on this file since 55b6460 was 55b6460, checked in by Oleksandr Motsak <motsak@…>, 10 years ago
Moved -DHAVE_CONFIG from Makefile.am: AM_CPPFLAGS into global compiler flags
  • Property mode set to 100644
File size: 481 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../m4
2
3libresources_LTLIBRARIES = libresources.la
4
5libresourcesdir = $(libdir)
6
7
8AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir}
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.