Skip to content

Commit

Permalink
For Win32, install gimpthumb.def, like the .def files of the other
Browse files Browse the repository at this point in the history
2004-04-15  Tor Lillqvist  <[email protected]>

	* libgimpthumb/Makefile.am: For Win32, install gimpthumb.def, like
	the .def files of the other libgimp* libs.

	* app/Makefile.am (INCLUDES): Add PANGOFT2_CFLAGS.

	* gimp-zip.in: Put also libgimpthumb in the developer package.
  • Loading branch information
tml1024 authored and Tor Lillqvist committed Apr 15, 2004
1 parent c9f2d24 commit 6a4c2b1
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2004-04-15 Tor Lillqvist <[email protected]>

* libgimpthumb/Makefile.am: For Win32, install gimpthumb.def, like
the .def files of the other libgimp* libs.

* app/Makefile.am (INCLUDES): Add PANGOFT2_CFLAGS.

* gimp-zip.in: Put also libgimpthumb in the developer package.

2004-04-15 Sven Neumann <[email protected]>

* plug-ins/winicon/icodialog.c: fixed gtk+ includes, added a
Expand Down
1 change: 1 addition & 0 deletions app/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ AM_CPPFLAGS = \
INCLUDES = \
-I$(top_srcdir) \
$(GTK_CFLAGS) \
$(PANGOFT2_CFLAGS) \
-I$(includedir)

gimp_2_0_LDFLAGS = \
Expand Down
3 changes: 3 additions & 0 deletions gimp-zip.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ bin/libgimpbase-@GIMP_API_VERSION@-@[email protected]
bin/libgimpcolor-@GIMP_API_VERSION@-@[email protected]
bin/libgimpmath-@GIMP_API_VERSION@-@[email protected]
bin/libgimpmodule-@GIMP_API@-@[email protected]
bin/libgimpthumb-@GIMP_API@-@[email protected]
bin/libgimpui-@GIMP_API_VERSION@-@[email protected]
bin/libgimpwidgets-@GIMP_API_VERSION@-@[email protected]
lib/gimp/@GIMP_PLUGIN_VERSION@/environ
Expand Down Expand Up @@ -48,6 +49,8 @@ lib/gimpmath.def
lib/libgimpmodule-@[email protected]
lib/gimpmodule-@[email protected]
lib/gimpmodule.def
lib/gimpthumb-@[email protected]
lib/gimpthumb.def
lib/libgimpui-@[email protected]
lib/gimpui-@[email protected]
lib/gimpui.def
Expand Down
2 changes: 2 additions & 0 deletions libgimpthumb/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ libgimpthumb_export_symbols = -export-symbols gimpthumb.def

install-libtool-import-lib:
$(INSTALL) .libs/libgimpthumb-$(GIMP_API_VERSION).dll.a $(DESTDIR)$(libdir)
$(INSTALL) gimpthumb.def $(DESTDIR)$(libdir)

uninstall-libtool-import-lib:
-rm $(DESTDIR)$(libdir)/libgimpthumb-$(GIMP_API_VERSION).dll.a
-rm $(DESTDIR)$(libdir)/gimpthumb.def
else
install-libtool-import-lib:
uninstall-libtool-import-lib:
Expand Down

0 comments on commit 6a4c2b1

Please sign in to comment.