mirror of https://github.com/GNOME/gimp.git
Revert last change to Makefile.am, needs more hacking.
svn path=/trunk/; revision=24145
This commit is contained in:
parent
efa6b2b820
commit
8e78eba1fc
|
@ -10,9 +10,6 @@
|
|||
|
||||
2007-11-13 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* Makefile.am: Install the gimptool script only on Unix. Build and
|
||||
install the gimptool executable on Windows.
|
||||
|
||||
* gimp-zip.in: Drop the timestamp from the zip file names. Add the
|
||||
.pc files to the developer package.
|
||||
|
||||
|
|
20
Makefile.am
20
Makefile.am
|
@ -1,11 +1,5 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
if OS_WIN32
|
||||
gimptool_program = gimptool-@GIMP_TOOL_VERSION@
|
||||
else
|
||||
gimptool_script = gimptool-@GIMP_TOOL_VERSION@
|
||||
endif
|
||||
|
||||
SUBDIRS = \
|
||||
m4macros \
|
||||
tools \
|
||||
|
@ -35,19 +29,7 @@ SUBDIRS = \
|
|||
devel-docs \
|
||||
docs
|
||||
|
||||
bin_SCRIPTS = $(gimptool_script) @GIMPINSTALL@
|
||||
|
||||
if OS_WIN32
|
||||
bin_PROGRAMS = $(gimptool_program)
|
||||
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir) \
|
||||
$(GTK_CFLAGS)
|
||||
|
||||
gimptool_@GIMP_TOOL_VERSION@_LDADD = $(GTK_LIBS)
|
||||
|
||||
gimptool_@GIMP_TOOL_VERSION@_SOURCES = gimptool-win32.c
|
||||
endif
|
||||
bin_SCRIPTS = gimptool-@GIMP_TOOL_VERSION@ @GIMPINSTALL@
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = \
|
||||
|
|
Loading…
Reference in New Issue