diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-11-19 18:18:14 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-11-19 18:18:14 +0000 |
commit | f04bec6f765aa48ef73f7083b7b8bf6f469f9618 (patch) | |
tree | c268a70f7bd8437be654ab2ab0b2f4293ec4141b /Makefile.am | |
parent | f398bba3cef29622fc9d8038c3386f8c11ec8270 (diff) |
Drop telepathy-glib-unstable.pc, move telepathy-glib.pc into telepathy-glib/ (partly because it's conceptually part of the library, and partly to make tab completion work better)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index d22c2e047..10a1ab98d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,9 +4,6 @@ SUBDIRS = m4 tools spec telepathy-glib tests examples docs DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-debug -pkgconfigdir = ${libdir}/pkgconfig -pkgconfig_DATA = telepathy-glib.pc telepathy-glib-unstable.pc - EXTRA_DIST = \ autogen.sh \ gtk-doc.make |