Blame cairomm/Makefile.am

Packit 908522
## Copyright (c) 2009  Openismus GmbH  <http://www.openismus.com/>
Packit 908522
##
Packit 908522
## This file is part of cairomm.
Packit 908522
##
Packit 908522
## cairomm is free software: you can redistribute it and/or modify it
Packit 908522
## under the terms of the GNU Lesser General Public License as published
Packit 908522
## by the Free Software Foundation, either version 2.1 of the License,
Packit 908522
## or (at your option) any later version.
Packit 908522
##
Packit 908522
## cairomm is distributed in the hope that it will be useful, but
Packit 908522
## WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 908522
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Packit 908522
## See the GNU Lesser General Public License for more details.
Packit 908522
##
Packit 908522
## You should have received a copy of the GNU Lesser General Public License
Packit 908522
## along with this library.  If not, see <http://www.gnu.org/licenses/>.
Packit 908522
Packit 908522
include $(srcdir)/filelist.am
Packit 908522
Packit 908522
AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) -I. $(CAIROMM_CFLAGS)
Packit 908522
AM_CXXFLAGS = $(CAIROMM_WXXFLAGS)
Packit 908522
Packit 908522
lib_LTLIBRARIES = libcairomm-1.0.la
Packit 908522
Packit 908522
libcairomm_1_0_la_SOURCES = $(cairomm_cc) $(cairomm_private_h)
Packit 908522
libcairomm_1_0_la_LDFLAGS = -no-undefined -version-info $(CAIROMM_SO_VERSION)
Packit 908522
libcairomm_1_0_la_LIBADD  = $(CAIROMM_LIBS)
Packit 908522
Packit 908522
cairomm_includedir = $(includedir)/$(CAIROMM_MODULE_NAME)/cairomm
Packit 908522
cairomm_include_HEADERS = $(cairomm_public_h)