mirror of https://github.com/GNOME/gimp.git
Move gimpwin32-io.h to libgimpbase_1_3_la_SOURCES, so that it gets
2003-11-05 Tor Lillqvist <tml@iki.fi> * libgimpbase/Makefile.am: Move gimpwin32-io.h to libgimpbase_1_3_la_SOURCES, so that it gets distributed. * libgimpmodule/Makefile.am: Remove empty and meaningless EXTRA_HEADERS.
This commit is contained in:
parent
0c68062afe
commit
59de29a21f
|
@ -1,3 +1,11 @@
|
|||
2003-11-05 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* libgimpbase/Makefile.am: Move gimpwin32-io.h to
|
||||
libgimpbase_1_3_la_SOURCES, so that it gets distributed.
|
||||
|
||||
* libgimpmodule/Makefile.am: Remove empty and meaningless
|
||||
EXTRA_HEADERS.
|
||||
|
||||
2003-11-05 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/tools/gimptextoptions.c (gimp_text_options_gui): use
|
||||
|
|
|
@ -86,6 +86,7 @@ libgimpbase_1_3_la_SOURCES = \
|
|||
gimpsignal.h \
|
||||
gimputils.c \
|
||||
gimputils.h \
|
||||
gimpwin32-io.h \
|
||||
gimpwire.c \
|
||||
gimpwire.h
|
||||
|
||||
|
@ -103,8 +104,6 @@ libgimpbaseinclude_HEADERS = \
|
|||
gimpparasiteio.h \
|
||||
gimpsignal.h
|
||||
|
||||
EXTRA_HEADERS = gimpwin32-io.h
|
||||
|
||||
libgimpbase_1_3_la_LDFLAGS = \
|
||||
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
|
||||
$(no_undefined) \
|
||||
|
|
|
@ -73,8 +73,6 @@ libgimpmoduleinclude_HEADERS = \
|
|||
gimpmodule.h \
|
||||
gimpmoduledb.h
|
||||
|
||||
EXTRA_HEADERS =
|
||||
|
||||
libgimpmodule_1_3_la_LDFLAGS = \
|
||||
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
|
||||
$(no_undefined) \
|
||||
|
|
Loading…
Reference in New Issue