source: git/xalloc/Makefile.am @ 8d1432e

spielwiese
Last change on this file since 8d1432e was 6de4f47, checked in by Hans Schoenemann <hannes@…>, 8 years ago
fix: the messed up xalloc configuration
  • Property mode set to 100644
File size: 526 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../m4
2
3lib_LTLIBRARIES=libomalloc.la
4
5libomalloc_includedir=$(includedir)/omalloc
6
7libomalloc_include_HEADERS = omalloc.h omallocClass.h
8
9SOURCES=dummy.c omallocClass.cc
10
11AM_CPPFLAGS =-I${top_srcdir}/.. -I${top_builddir}/..
12
13libomalloc_la_SOURCES=$(SOURCES) $(noinst_HEADERS)
14
15libomalloc_la_LDFLAGS    = -release ${PACKAGE_VERSION}
16
17libomalloc_la_CPPFLAGS  = ${AM_CPPFLAGS}
18
19omTables_CPPFLAGS = ${AM_CPPFLAGS}
20
21pkgconfigdir = $(libdir)/pkgconfig
22pkgconfig_DATA = omalloc.pc
23
24CLEANFILES = $(BUILT_SOURCES)
Note: See TracBrowser for help on using the repository browser.