nautilus/Makefile.am
Ernestas Kulik 728300331d general: drop git.mk
This commit removes git.mk and adds hand-written gitignore files. That
is needed to ignore build/, which is the directory of choice for Meson
builds.

https://bugzilla.gnome.org/show_bug.cgi?id=778167
2017-02-24 00:24:27 +02:00

36 lines
625 B
Makefile

include $(top_srcdir)/Makefile.shared
DIRS = \
eel \
libnautilus-extension \
libgd \
src \
test \
data \
po \
docs \
$(NULL)
if ENABLE_DESKTOP
DIRS += nautilus-desktop
endif
DIST_SUBDIRS = $(DIRS) nautilus-sendto-extension
SUBDIRS = $(DIRS)
if ENABLE_NST_EXTENSION
SUBDIRS += nautilus-sendto-extension
endif
EXTRA_DIST= \
COPYING.LIB \
COPYING.EXTENSIONS \
HACKING \
MAINTAINERS \
README.commits \
Makefile.shared \
$(NULL)
DISTCHECK_CONFIGURE_FLAGS = --disable-update-mimedb --enable-gtk-doc
ACLOCAL_AMFLAGS = -I m4 -I libgd ${ACLOCAL_FLAGS}