source: git/resources/Makefile.am @ f7ced6

fieker-DuValspielwiese
Last change on this file since f7ced6 was 7c0d57d, checked in by Oleksandr Motsak <motsak@…>, 10 years ago
Cleanup autogenerated config headers
  • Property mode set to 100644
File size: 596 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
14libresources_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
21DISTCLEANFILES = $(nodist_libresources_include_HEADERS)
22
23pkgconfigdir = $(libdir)/pkgconfig
24pkgconfig_DATA = resources.pc
Note: See TracBrowser for help on using the repository browser.