summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-07-25 18:17:29 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-07-25 18:17:29 +0000
commit24cf93423c4594dcd68e969ea21cc767c390e876 (patch)
tree4f378d4560cb43bb0bb6aed955200e24f699d0f0 /Makefile.am
parentdb628796b3f82f4daa32b3550c5f1621201ba6ad (diff)
downloadgobject-introspection-24cf93423c4594dcd68e969ea21cc767c390e876.tar.gz
Commit an autoconf-conversion patch by Gustavo Carneiro (#308708)
2005-07-25 Matthias Clasen <mclasen@redhat.com> * Commit an autoconf-conversion patch by Gustavo Carneiro (#308708)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 00000000..1d3483fc
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,7 @@
+## Process this file with automake to produce Makefile.in
+
+SUBDIRS = src tests
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = gobject-introspection.pc
+EXTRA_DIST = $(pkgconfig_DATA)