mirror of
https://github.com/elementary/gala.git
synced 2024-11-23 20:07:21 +03:00
build/notify: Don't remove image-data file on make clean
This commit is contained in:
parent
74a3b19f9d
commit
c594f8e9a7
@ -3,7 +3,7 @@ include $(top_srcdir)/Makefile.common
|
||||
VAPIDIR = $(top_srcdir)/vapi
|
||||
|
||||
imagedir = $(pkgdatadir)
|
||||
image_DATA = data/image-mask.png
|
||||
dist_image_DATA = data/image-mask.png
|
||||
|
||||
BUILT_SOURCES = libgala_notify_la_vala.stamp
|
||||
|
||||
@ -62,11 +62,9 @@ libgala_notify_la_vala.stamp: $(libgala_notify_la_VALASOURCES) $(top_builddir)/l
|
||||
$(AM_V_at)touch $@
|
||||
|
||||
CLEANFILES = \
|
||||
$(image_DATA) \
|
||||
$(nodist_libgala_notify_la_SOURCES) \
|
||||
$(NULL)
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(image_DATA) \
|
||||
$(libgala_notify_la_VALASOURCES) \
|
||||
$(NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user