mirror of https://github.com/GNOME/gimp.git
plug-ins/twain/Makefile.am minor tweaks, to match changes that were made
2004-01-03 Manish Singh <yosh@gimp.org> * plug-ins/twain/Makefile.am * plug-ins/winsnap/Makefile.am: minor tweaks, to match changes that were made in the other Makefiles long ago.
This commit is contained in:
parent
2ef383c499
commit
bc56fc5325
|
@ -1,3 +1,9 @@
|
|||
2004-01-03 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* plug-ins/twain/Makefile.am
|
||||
* plug-ins/winsnap/Makefile.am: minor tweaks, to match changes that
|
||||
were made in the other Makefiles long ago.
|
||||
|
||||
2004-01-03 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* configure.in: fix setting of RT_LIBS.
|
||||
|
|
|
@ -21,16 +21,15 @@ EXTRA_DIST = \
|
|||
tw_sess.c
|
||||
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir) \
|
||||
$(GLIB_CFLAGS)
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-DLOCALEDIR=\""$(localedir)"\"
|
||||
-I$(top_srcdir) \
|
||||
$(GLIB_CFLAGS) \
|
||||
-I$(includedir)
|
||||
|
||||
LDADD = \
|
||||
$(top_builddir)/libgimp/libgimpui-$(LT_RELEASE).la \
|
||||
$(top_builddir)/libgimp/libgimp-$(LT_RELEASE).la \
|
||||
$(GLIB_LIBS) \
|
||||
$(top_builddir)/libgimp/libgimp-$(LT_RELEASE).la \
|
||||
$(top_builddir)/libgimpcolor/libgimpcolor-$(LT_RELEASE).la \
|
||||
$(top_builddir)/libgimpbase/libgimpbase-$(LT_RELEASE).la \
|
||||
$(GLIB_LIBS) \
|
||||
$(RT_LIBS) \
|
||||
$(INTLLIBS) \
|
||||
$(INTLLIBS) \
|
||||
-luser32
|
||||
|
|
|
@ -19,19 +19,18 @@ EXTRA_DIST = \
|
|||
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_srcdir)/intl \
|
||||
$(GTK_CFLAGS) \
|
||||
-I$(includedir)
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-DLOCALEDIR=\""$(localedir)"\"
|
||||
|
||||
LDADD = \
|
||||
winsnap-win32res.o \
|
||||
$(top_builddir)/libgimp/libgimpui-$(LT_RELEASE).la \
|
||||
$(top_builddir)/libgimp/libgimp-$(LT_RELEASE).la \
|
||||
winsnap-win32res.o \
|
||||
$(top_builddir)/libgimp/libgimpui-$(LT_RELEASE).la \
|
||||
$(top_builddir)/libgimpwidgets/libgimpwidgets-$(LT_RELEASE).la \
|
||||
$(top_builddir)/libgimp/libgimp-$(LT_RELEASE).la \
|
||||
$(top_builddir)/libgimpcolor/libgimpcolor-$(LT_RELEASE).la \
|
||||
$(top_builddir)/libgimpbase/libgimpbase-$(LT_RELEASE).la \
|
||||
$(RT_LIBS) \
|
||||
$(GTK_LIBS) \
|
||||
$(GTK_LIBS) \
|
||||
$(INTLLIBS)
|
||||
|
||||
winsnap-win32res.o: winsnap.rc select.cur small.ico winsnap.ico
|
||||
|
|
Loading…
Reference in New Issue