summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2005-12-02 13:34:41 +0000
committerMurray Cumming <murrayc@murrayc.com>2005-12-02 13:34:41 +0000
commit579e53718d29e77486e076d2b3461d986911f050 (patch)
treec83c74226f7ca767e44b74322132a6941a551db1 /Makefile.am
Initial revision
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am14
1 files changed, 14 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..bda689e
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,14 @@
+## Process this file with automake to produce Makefile.in
+
+SUBDIRS = cairomm examples
+#docs examples
+
+EXTRA_DIST = cairomm-1.0.pc.in
+
+DIST_SUBDIRS = $(SUBDIRS)
+
+# Install the pkg-config file:
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = cairomm-1.0.pc
+
+