Commit c3260396f38ece8ca11c061bff6b7d9c16fde61f
1 parent
28bb7bb7
Exists in
master
and in
1 other branch
Renaming project since it's no more a simple plugin module.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
configure.ac
... | ... | @@ -31,7 +31,7 @@ AC_PREREQ(2.61) |
31 | 31 | |
32 | 32 | dnl Initialise automake with the package name, version and |
33 | 33 | dnl bug-reporting address. |
34 | -AC_INIT([ipc3270], [5.2], [perry.werneck@gmail.com]) | |
34 | +AC_INIT([libipc3270], [5.2], [perry.werneck@gmail.com]) | |
35 | 35 | |
36 | 36 | dnl Place auxilliary scripts here. |
37 | 37 | AC_CONFIG_AUX_DIR([scripts]) | ... | ... |