mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-13 04:10:13 +00:00
Fix distcheck differently
The previous fix fixed distcheck, but broke distclean.
This commit is contained in:
parent
22dfa49300
commit
7ff3c6df80
@ -1,5 +1,3 @@
|
|||||||
AUTOMAKE_OPTIONS = subdir-objects
|
|
||||||
|
|
||||||
include $(top_srcdir)/Makefile.decl
|
include $(top_srcdir)/Makefile.decl
|
||||||
|
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
@ -17,6 +15,7 @@ DEPS = \
|
|||||||
LDADDS = \
|
LDADDS = \
|
||||||
$(top_builddir)/gtk/libgtk-3.la \
|
$(top_builddir)/gtk/libgtk-3.la \
|
||||||
$(top_builddir)/gdk/libgdk-3.la \
|
$(top_builddir)/gdk/libgdk-3.la \
|
||||||
|
$(top_builddir)/tests/gtkgears.o \
|
||||||
$(GTK_DEP_LIBS) \
|
$(GTK_DEP_LIBS) \
|
||||||
$(GDK_DEP_LIBS) \
|
$(GDK_DEP_LIBS) \
|
||||||
-lm
|
-lm
|
||||||
@ -28,14 +27,12 @@ endif
|
|||||||
|
|
||||||
doc_shooter_DEPENDENCIES = $(DEPS)
|
doc_shooter_DEPENDENCIES = $(DEPS)
|
||||||
doc_shooter_LDADD = $(LDADDS)
|
doc_shooter_LDADD = $(LDADDS)
|
||||||
doc_shooter_SOURCES= \
|
doc_shooter_SOURCES = \
|
||||||
shadow.c \
|
shadow.c \
|
||||||
shadow.h \
|
shadow.h \
|
||||||
shooter.c \
|
shooter.c \
|
||||||
widgets.c \
|
widgets.c \
|
||||||
widgets.h \
|
widgets.h
|
||||||
../../tests/gtkgears.c \
|
|
||||||
../../tests/gtkgears.h
|
|
||||||
|
|
||||||
clean-local:
|
clean-local:
|
||||||
for file in *.png; do \
|
for file in *.png; do \
|
||||||
|
Loading…
Reference in New Issue
Block a user