fixed(?) dependencies.

2003-10-25  Sven Neumann  <sven@gimp.org>

	* plug-ins/gimpressionist/Makefile.am: fixed(?) dependencies.
This commit is contained in:
Sven Neumann 2003-10-24 22:38:43 +00:00 committed by Sven Neumann
parent 4edb27850c
commit e00f5abda8
2 changed files with 27 additions and 19 deletions

View File

@ -1,3 +1,7 @@
2003-10-25 Sven Neumann <sven@gimp.org>
* plug-ins/gimpressionist/Makefile.am: fixed(?) dependencies.
2003-10-25 Sven Neumann <sven@gimp.org>
* plug-ins/common/jpeg.c: disable the progress bar when loading a

View File

@ -1,25 +1,32 @@
## Process this file with automake to produce Makefile.in
SUBDIRS = Brushes Paper Presets
if OS_WIN32
mwindows = -mwindows
endif
AM_CPPFLAGS = \
-DDEFAULTPATH=\""~/$(gimpdir)/gimpressionist:$(gimpdatadir)/gimpressionist"\"
AM_LDFLAGS = $(mwindows)
SUBDIRS = Brushes Paper Presets
INCLUDES = \
-I$(top_srcdir) \
$(GTK_CFLAGS) \
-I$(includedir)
libexecdir = $(gimpplugindir)/plug-ins
libexec_PROGRAMS = gimpressionist
gimpressionist_SOURCES =\
gimpressionist_sources = \
brush.c \
color.c \
general.c \
gimp.c \
gimpressionist.c \
gimpressionist.h \
logo-pixbuf.h \
orientation.c \
orientmap.c \
paper.c \
@ -33,24 +40,11 @@ gimpressionist_SOURCES =\
size.c \
sizemap.c
$(srcdir)/logo-pixbuf.h: logo.png
gdk-pixbuf-csource --raw --name=logo_data $< > $(@F)
gimpressionist_built_sources = logo-pixbuf.h
EXTRA_DIST = \
README \
logo.png
gimpressionist_SOURCES = \
$(gimppessionist_built_sources) $(gimpressionist_sources)
CLEANFILES = logo-pixbuf.h
AM_CPPFLAGS = \
-DDEFAULTPATH=\""~/$(gimpdir)/gimpressionist:$(gimpdatadir)/gimpressionist"\"
INCLUDES = \
-I$(top_srcdir) \
$(GTK_CFLAGS) \
-I$(includedir)
LDADD = \
$(top_builddir)/libgimp/libgimpui-$(LT_RELEASE).la \
@ -60,3 +54,13 @@ LDADD = \
$(top_builddir)/libgimpbase/libgimpbase-$(LT_RELEASE).la \
$(GTK_LIBS) \
$(INTLLIBS)
$(srcdir)/logo-pixbuf.h: logo.png
gdk-pixbuf-csource --raw --name=logo_data $< > $(@F)
EXTRA_DIST = \
README \
logo.png
CLEANFILES = logo-pixbuf.h