mirror of https://github.com/GNOME/gimp.git
app/actions/Makefile.am (EXTRA_DIST) removed makefile.msc until they have
2004-06-02 Sven Neumann <sven@gimp.org> * app/actions/Makefile.am (EXTRA_DIST) * app/menus/Makefile.am (EXTRA_DIST): removed makefile.msc until they have been added.
This commit is contained in:
parent
35bad8319d
commit
d29a222fe6
|
@ -1,3 +1,9 @@
|
|||
2004-06-02 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/actions/Makefile.am (EXTRA_DIST)
|
||||
* app/menus/Makefile.am (EXTRA_DIST): removed makefile.msc until
|
||||
they have been added.
|
||||
|
||||
2004-06-02 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/widgets/gimpcontainerview.c: create the hash table when
|
||||
|
|
|
@ -137,7 +137,7 @@ libappactions_a_SOURCES = \
|
|||
view-commands.h
|
||||
|
||||
|
||||
EXTRA_DIST = makefile.msc
|
||||
EXTRA_DIST =
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-DG_LOG_DOMAIN=\"Gimp-Actions\" \
|
||||
|
|
|
@ -25,7 +25,7 @@ libappmenus_a_SOURCES = \
|
|||
toolbox-menu.h
|
||||
|
||||
|
||||
EXTRA_DIST = makefile.msc
|
||||
EXTRA_DIST =
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-DG_LOG_DOMAIN=\"Gimp-Menus\" \
|
||||
|
|
Loading…
Reference in New Issue