blob: 0d90af03e994ba6923407d66b14eef4333a9bdc1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# file : Makefile.am
# author : Constantin Michael <constantin@codesynthesis.com>
# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
SUBDIRS = __path__(dirs)
dist_doc_DATA = __file__(docs)
EXTRA_DIST = __file__(extra_dist)
ACLOCAL_AMFLAGS = -I m4
pkgconfigdir = @pkgconfigdir@
pkgconfig_DATA= libodb-pgsql.pc
|