X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=cut-n-paste%2Fzoom-control%2FMakefile.am;h=af8bd48e3b2659c244f62614be5b2fcafba5f9c8;hb=7ffaa3a0083d1f59a721f9f22f23d29d3cfc52aa;hp=fa8ec2c3e55adb7641b508823a3731c40ebab568;hpb=606f66cbbca54996a165121743cda6a993762c47;p=evince.git diff --git a/cut-n-paste/zoom-control/Makefile.am b/cut-n-paste/zoom-control/Makefile.am index fa8ec2c3..af8bd48e 100644 --- a/cut-n-paste/zoom-control/Makefile.am +++ b/cut-n-paste/zoom-control/Makefile.am @@ -1,36 +1,16 @@ -noinst_LTLIBRARIES = libephymisc.la libephywidgets.la +noinst_LTLIBRARIES = libephyzoom.la -libephywidgets_la_SOURCES = \ +libephyzoom_la_SOURCES = \ ephy-zoom-action.h \ ephy-zoom-action.c \ ephy-zoom-control.c \ - ephy-zoom-control.h - -libephywidgets_la_CPPFLAGS = \ - -I$(top_builddir)/lib \ - -I$(top_srcdir)/lib \ - -DSHARE_DIR=\"$(pkgdatadir)\" \ - $(AM_CPPFLAGS) - -libephywidgets_la_CFLAGS = \ - $(ZOOM_CONTROL_CFLAGS) \ - $(AM_CFLAGS) - -libephywidgets_la_LIBADD = \ - libephymisc.la - -NOINST_H_FILES = \ - ephy-zoom.h - -libephymisc_la_SOURCES = \ + ephy-zoom-control.h \ ephy-zoom.c \ - $(NOINST_H_FILES) + ephy-zoom.h -libephymisc_la_CPPFLAGS = \ - -I$(top_builddir)/lib \ - -DSHARE_DIR=\"$(pkgdatadir)\" \ - $(AM_CPPFLAGS) +libephyzoom_la_CFLAGS = \ + $(SHELL_CORE_CFLAGS) \ + $(WARNING_CFLAGS) \ + $(DISABLE_DEPRECATED) -libephymisc_la_CFLAGS = \ - $(ZOOM_CONTROL_CFLAGS) \ - $(AM_CFLAGS) \ No newline at end of file +-include $(top_srcdir)/git.mk