diff options
author | Bill Haneman <billh@src.gnome.org> | 2001-04-26 14:23:41 +0000 |
---|---|---|
committer | Bill Haneman <billh@src.gnome.org> | 2001-04-26 14:23:41 +0000 |
commit | dba66b4bec94a908cd35a5537209db255fa5fa33 (patch) | |
tree | 3c6361db3558e2e2c70e9c802193974f45d24bf0 /Makefile.am | |
download | atk-dba66b4bec94a908cd35a5537209db255fa5fa33.tar.gz |
Initial revision
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..ae92ff3 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,9 @@ +# Process this file with automake to create Makefile.in. + +SUBDIRS=atk + +EXTRA_DIST = \ + atk.pc.in + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = atk.pc |