blob: af8bd48e3b2659c244f62614be5b2fcafba5f9c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  | 
noinst_LTLIBRARIES = libephyzoom.la
libephyzoom_la_SOURCES = \
	ephy-zoom-action.h			\
	ephy-zoom-action.c			\
	ephy-zoom-control.c			\
	ephy-zoom-control.h			\
	ephy-zoom.c				\
	ephy-zoom.h
libephyzoom_la_CFLAGS = \
	$(SHELL_CORE_CFLAGS)	\
	$(WARNING_CFLAGS)	\
	$(DISABLE_DEPRECATED)
-include $(top_srcdir)/git.mk
  |