various dist fixes

-Yosh
This commit is contained in:
Manish Singh
1999-06-06 18:17:57 +00:00
parent ac98e8fa81
commit a8b0fb2411
8 changed files with 79 additions and 49 deletions

View File

@ -1,3 +1,10 @@
Sun Jun 6 11:16:12 PDT 1999 Manish Singh <yosh@gimp.org>
* Makefile.am
* app/Makefile.am
* libgimp/Makefile.am
* plug-ins/rcm/Makefile.am: various dist fixes
1999-06-06 Michael Natterer <mitschel@cs.tu-berlin.de>
* app/Makefile.am

View File

@ -27,6 +27,8 @@ EXTRA_DIST = \
cursors/mouse1_selmmsk \
cursors/mouse1_selp \
cursors/mouse1_selpmsk \
cursors/mouse1_u \
cursors/mouse1_umsk \
pixmaps/anchor.xpm \
pixmaps/chain.xpm \
pixmaps/channel.xbm \

View File

@ -388,6 +388,7 @@ EXTRA_DIST = \
makefile.msc \
gimp.def \
gimp.rc \
gimp.sym \
wilber.ico

View File

@ -120,7 +120,8 @@ gimpinclude_HEADERS = \
gserialize.h \
parasite.h \
parasiteF.h \
parasiteP.h
parasiteP.h \
stdplugins-intl.h
libgimp_la_LDFLAGS = \
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \

View File

@ -14,7 +14,8 @@ rcm_SOURCES = \
rcm_gdk.c \
rcm_gdk.h \
rcm_misc.c \
rcm_misc.h
rcm_misc.h \
rcm_pixmaps.h
INCLUDES = \
-I$(top_srcdir) \

View File

@ -1,4 +1,10 @@
Sun Jun 6 11:16:56 PDT 1999 Manish Singh <yosh@gimp.org>
* Makefile.am
* configure.in: various dist fixes
1999-05-19 Tor Lillqvist <tml@iki.fi>
* Makefile.am: Distribute getopt.c and makefile.msc.
* getopt.c makefile.msc: New files.

View File

@ -4,10 +4,13 @@ noinst_PROGRAMS = gcg
EXTRA_DIST = \
getopt.c \
makefile.msc
makefile.msc \
gh/gcg.gh \
gh/glib.gh \
gh/gtk.gh
#CPPFLAGS = -DCPP_SEARCH=\"" -I $(datadir)/gcg -I ."\"
CPPFLAGS = -DCPP_SEARCH=\"" -I ."\"
#AM_CPPFLAGS = -DCPP_SEARCH=\"" -I $(datadir)/gcg -I ."\"
AM_CPPFLAGS = -DCPP_SEARCH=\"" -I ."\"
INCLUDES = @GLIB_CFLAGS@
YFLAGS = -d -v
LFLAGS = -d
@ -25,3 +28,9 @@ gcg_SOURCES = \
output_object.c \
fp.c \
marshall.c
if FALSE
ex = ex
endif
SUBDIRS = $(ex)

View File

@ -10,6 +10,9 @@ AC_PROG_RANLIB
AC_PROG_YACC
AM_PROG_LEX
dnl Utility conditional
AM_CONDITIONAL(FALSE, test x = y)
AM_PATH_GLIB(1.0.0,,AC_ERROR(need at least Glib version 1.0))
CPP_PROGRAM="$CPP"