* Makefile.in: Define HAVE_X and HAVE_GNOME, not just GTK -
header files are using them.
Этот коммит содержится в:
родитель
0866d8c3e0
Коммит
91eba7d5ca
@ -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.
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user