source: trunk/third/atk/Makefile.am @ 20776

Revision 20776, 375 bytes checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20775, which included commits to RCS files with non-trunk default branches.
Line 
1# Process this file with automake to create Makefile.in.
2
3SUBDIRS=atk tests docs po
4
5EXTRA_DIST =                    \
6        atk-uninstalled.pc.in   \
7        atk.pc.in               \
8        atk.spec.in             \
9        atk.spec                \
10        atk-zip.sh.in
11
12pkgconfigdir = $(libdir)/pkgconfig
13pkgconfig_DATA = atk.pc
14
15DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
16
17DISTCLEANFILES =                \
18        atk-uninstalled.pc      \
19        atk.pc                  \
20        atk.pc.spec             \
21        atk-zip.sh
Note: See TracBrowser for help on using the repository browser.