diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-09 18:20:06 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-09 18:20:06 +0000 |
commit | 7e6e21adc53035ddffba7bb29676b7f483956df8 (patch) | |
tree | bb0365afe4c02a17e4e8686c03b2eef9a3efb1ad /Makefile.am | |
parent | f7ef242967454e96ecc41751ed04b8ec434d17c8 (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 147479b..500349c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,6 @@ resource_HEADERS = \ XResproto.h pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = resourceext.pc +pkgconfig_DATA = resourceproto.pc -EXTRA_DIST = autogen.sh resourceext.pc.in +EXTRA_DIST = autogen.sh resourceproto.pc.in |