modules/Makefile.am Don't distribute makefile.mingw{,.in}.
2002-12-26 Tor Lillqvist <tml@iki.fi>
* modules/Makefile.am
* plug-ins/Makefile.am: Don't distribute makefile.mingw{,.in}.
This commit is contained in:
parent
111f9c9506
commit
5dedbee647
3 changed files with 5 additions and 5 deletions
|
|
@ -27,7 +27,11 @@
|
|||
libgimp*/Makefile.am files: Use -no-undefined. Conditionally link
|
||||
to ../lib*/*.la as needed. Use the .def file. Produce MS style
|
||||
import library if possible. Install and uninstall import
|
||||
libraries. Don't distribute makefile.mingw{,.in}.
|
||||
libraries.
|
||||
|
||||
* libgimp/Makefile.am
|
||||
* modules/Makefile.am
|
||||
* plug-ins/Makefile.am: Don't distribute makefile.mingw{,.in}.
|
||||
|
||||
* libgimpproxy/gimpproxy.def
|
||||
* libgimptool/gimptool.def: New files.
|
||||
|
|
|
|||
|
|
@ -8,8 +8,6 @@ INCLUDES = \
|
|||
-I$(includedir)
|
||||
|
||||
EXTRA_DIST = \
|
||||
makefile.mingw \
|
||||
makefile.mingw.in \
|
||||
makefile.msc \
|
||||
module.def \
|
||||
colorsel_water.c
|
||||
|
|
|
|||
|
|
@ -1,8 +1,6 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
EXTRA_DIST = \
|
||||
makefile.mingw \
|
||||
makefile.mingw.in \
|
||||
makefile.msc \
|
||||
twain/README \
|
||||
twain/tw_dump.c \
|
||||
|
|
|
|||
Loading…
Reference in a new issue