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=33735089534ac1be3793025a2c88bf65c232d7b9;hb=efa870dac2fdad4dd736b16e79b3c8e4e33b6055;hp=63cde66e125d8cfbd295f16c389c84c0d1fc31ce;hpb=c3e1500a4815225f08e1b20dd066559e8c92c280;p=evince.git diff --git a/cut-n-paste/recent-files/Makefile.am b/cut-n-paste/recent-files/Makefile.am index 63cde66e..33735089 100644 --- a/cut-n-paste/recent-files/Makefile.am +++ b/cut-n-paste/recent-files/Makefile.am @@ -1,7 +1,7 @@ NULL = INCLUDES = \ - $(RECENT_FILES_CFLAGS) \ + $(RECENT_FILES_CFLAGS) \ $(NULL) # Uses the deprecated GnomeIconTheme @@ -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)" $(srcdir)/update-from-egg.sh + EGGFILES="$(EGG_FILES)" EGGDIR="$(EGGDIR)" $(top_srcdir)/cut-n-paste/update-from-egg.sh