]> www.fi.muni.cz Git - evince.git/blob - cut-n-paste/zoom-control/Makefile.am
[dualscreen] fix crash on ctrl+w and fix control window closing
[evince.git] / cut-n-paste / zoom-control / Makefile.am
1 noinst_LTLIBRARIES = libephyzoom.la
2
3 libephyzoom_la_SOURCES = \
4         ephy-zoom-action.h                      \
5         ephy-zoom-action.c                      \
6         ephy-zoom-control.c                     \
7         ephy-zoom-control.h                     \
8         ephy-zoom.c                             \
9         ephy-zoom.h
10
11 libephyzoom_la_CFLAGS = \
12         $(SHELL_CORE_CFLAGS)    \
13         $(WARNING_CFLAGS)       \
14         $(DISABLE_DEPRECATED)
15
16 -include $(top_srcdir)/git.mk