diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-09 18:20:05 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-09 18:20:05 +0000 |
commit | 2d1fbdb4b20e9c12cf7c6c1872d5fd888f39e390 (patch) | |
tree | 216368e8b6553dfea2bf718715a6f1aec843bab8 /Makefile.am | |
parent | 2cc4bdad59cbb32cc4d363b437ee0c4fa44b148b (diff) |
Change all the protonames from <extension>Ext to <extension>Proto.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 7c5da3e..7c2950f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,6 +5,6 @@ panoramix_HEADERS = \ Xinerama.h pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = panoramixext.pc +pkgconfig_DATA = panoramixproto.pc -EXTRA_DIST = autogen.sh panoramixext.pc.in +EXTRA_DIST = autogen.sh panoramixproto.pc.in |