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 | |
---|
1 | ACLOCAL_AMFLAGS = -I ../m4 |
---|
2 | |
---|
3 | libresources_LTLIBRARIES = libresources.la |
---|
4 | |
---|
5 | libresourcesdir = $(libdir) |
---|
6 | |
---|
7 | |
---|
8 | AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir} |
---|
9 | |
---|
10 | |
---|
11 | SOURCES = omFindExec.c feResource.cc feFopen.cc |
---|
12 | libresources_la_SOURCES = $(SOURCES) |
---|
13 | |
---|
14 | ### libresources_la_LDFLAGS = -release ${PACKAGE_VERSION} |
---|
15 | |
---|
16 | libresources_includedir =$(includedir)/resources |
---|
17 | |
---|
18 | libresources_include_HEADERS = omFindExec.h feResource.h feFopen.h |
---|
19 | |
---|
20 | nodist_libresources_include_HEADERS = resourcesconfig.h |
---|
21 | |
---|
22 | |
---|
Note: See
TracBrowser
for help on using the repository browser.