1
1

* Makefile.in: Define HAVE_X and HAVE_GNOME, not just GTK -

header files are using them.
Этот коммит содержится в:
Pavel Roskin 2001-06-01 00:17:03 +00:00
родитель 0866d8c3e0
Коммит 91eba7d5ca
2 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -1,5 +1,8 @@
2001-05-31 Pavel Roskin <proski@gnu.org>
* Makefile.in: Define HAVE_X and HAVE_GNOME, not just GTK -
header files are using them.
* editdraw.c (edit_render) [GTK]: Revert previous patch, it
broke compilation.

Просмотреть файл

@ -36,7 +36,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) && CONFIG_FILES=gtkedit/Makefile CONFIG_HEADERS= $(SHELL) ./config.status
.c.o:
$(CC) -c $(CPPFLAGS) $(DEFS) $(CFLAGS) -DGTK $<
$(CC) -c $(CPPFLAGS) $(DEFS) $(CFLAGS) -DHAVE_X -DHAVE_GNOME -DGTK $<
check:
@echo no tests are supplied.