]> www.fi.muni.cz Git - evince.git/blobdiff - cut-n-paste/recent-files/Makefile.am
Use + and - as accels for zooming. Fix for 305001.
[evince.git] / cut-n-paste / recent-files / Makefile.am
index 1cd1d44b8e73db4158788528a5c334e488ccc101..bd05134b97f3a33158c36d308f682ce9cf6df385 100644 (file)
@@ -1,7 +1,7 @@
 NULL =
 
 INCLUDES = \
-       $(RECENT_FILES_CFLAGS)          \
+       $(RECENT_FILES_CFLAGS) \
        $(NULL)
 
 #      Uses the deprecated GnomeIconTheme
@@ -19,12 +19,12 @@ EGG_FILES =                         \
         egg-recent-util.c              \
        egg-recent-util.h
 
-noinst_LIBRARIES = librecent.a
+noinst_LTLIBRARIES = librecent.la
 
-librecent_a_SOURCES = $(EGG_FILES)
+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