X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=cut-n-paste%2Frecent-files%2FMakefile.am;h=fc00718ca8d4bd0cd8ef21c5573891752202003f;hb=c6c3e49776af18ae7a8ce433ac31121a0cdfbc6d;hp=bd05134b97f3a33158c36d308f682ce9cf6df385;hpb=cd2d70e467e418c1a63e703f3e06df3cb2e92b87;p=evince.git diff --git a/cut-n-paste/recent-files/Makefile.am b/cut-n-paste/recent-files/Makefile.am index bd05134b..fc00718c 100644 --- a/cut-n-paste/recent-files/Makefile.am +++ b/cut-n-paste/recent-files/Makefile.am @@ -2,10 +2,10 @@ NULL = INCLUDES = \ $(RECENT_FILES_CFLAGS) \ + $(WARN_CFLAGS) \ $(NULL) -# Uses the deprecated GnomeIconTheme -# $(EVINCE_DISABLE_DEPRECATED) +# $(DISABLE_DEPRECATED) EGG_FILES = \ egg-recent-model.c \ @@ -14,8 +14,8 @@ EGG_FILES = \ egg-recent-item.h \ egg-recent-view.c \ egg-recent-view.h \ - egg-recent-view-gtk.c \ - egg-recent-view-gtk.h \ + egg-recent-view-uimanager.c \ + egg-recent-view-uimanager.h \ egg-recent-util.c \ egg-recent-util.h @@ -23,8 +23,6 @@ noinst_LTLIBRARIES = librecent.la librecent_la_SOURCES = $(EGG_FILES) -EXTRA_DIST = update-from-egg.sh - EGGDIR=$(srcdir)/../../../libegg/libegg/recent-files regenerate-built-sources: EGGFILES="$(EGG_FILES)" EGGDIR="$(EGGDIR)" $(top_srcdir)/cut-n-paste/update-from-egg.sh