diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-12-22 11:39:58 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-12-22 11:39:58 -0500 |
commit | 62cbc1acd44ea01e87ece0743db39e184dfa9411 (patch) | |
tree | 8e717c91bd6d4c982100bffb12a18482880f7fb1 /Makefile.am | |
parent | 05b43caf4c5c36fe35d03cbc26158e562a4a7cc1 (diff) | |
download | gtk+-62cbc1acd44ea01e87ece0743db39e184dfa9411.tar.gz |
continue to install gdk-$TARGET-3.0.pc
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 48ad13ac7e..107985ab0f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -72,6 +72,7 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = gdk-3.0.pc gtk+-3.0.pc gail-3.0.pc pkgconfig_DATA += $(patsubst %,gtk+-%-3.0.pc,@gdktarget@) +pkgconfig_DATA += $(patsubst %,gdk-%-3.0.pc,@gdktarget@) if OS_UNIX pkgconfig_DATA += gtk+-unix-print-3.0.pc |