diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-12-30 00:28:15 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-12-30 00:28:15 -0500 |
commit | 08c89c11d1a95933652ff76ddb25d22d974c2d86 (patch) | |
tree | fac8e1e7dd04ad25b4301bf377f5a0c67c0a4827 /Makefile.am | |
parent | ebd28de588ff2db2f5198ef742cf88fa3c4b3d40 (diff) | |
download | gtk+-08c89c11d1a95933652ff76ddb25d22d974c2d86.tar.gz |
Drop -uninstalled.pc files
This has already been done in GLib, so follow suit here.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am index 47afc448f4..285785fee8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -63,10 +63,6 @@ gdk-x11-3.0.pc gdk-win32-3.0.pc gdk-quartz-3.0.pc gdk-broadway-3.0.pc gdk-waylan rm -f $@ && \ cp gdk-3.0.pc $@ -gtk+-*-3.0-uninstalled.pc: gtk+-3.0-uninstalled.pc - rm -f $@ && \ - cp gtk+-3.0-uninstalled.pc $@ - pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = gdk-3.0.pc gtk+-3.0.pc gail-3.0.pc @@ -84,8 +80,6 @@ DISTCLEANFILES = \ gdk-3.0.pc \ gdk-x11-3.0.pc \ gail-3.0.pc \ - gtk+-3.0-uninstalled.pc \ - gail-3.0-uninstalled.pc \ config.lt distclean-local: |