Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cut-n-paste/recent-files/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'cut-n-paste/recent-files/Makefile.am')
-rw-r--r--cut-n-paste/recent-files/Makefile.am25
1 files changed, 0 insertions, 25 deletions
diff --git a/cut-n-paste/recent-files/Makefile.am b/cut-n-paste/recent-files/Makefile.am
deleted file mode 100644
index 8550d78..0000000
--- a/cut-n-paste/recent-files/Makefile.am
+++ /dev/null
@@ -1,25 +0,0 @@
-INCLUDES = \
- $(LIB_CFLAGS) \
- $(WARN_CFLAGS)
-
-# $(DISABLE_DEPRECATED)
-
-EGG_FILES = \
- egg-recent-model.c \
- egg-recent-model.h \
- egg-recent-item.c \
- egg-recent-item.h \
- egg-recent-view.c \
- egg-recent-view.h \
- egg-recent-view-uimanager.c \
- egg-recent-view-uimanager.h \
- egg-recent-util.c \
- egg-recent-util.h
-
-noinst_LTLIBRARIES = librecent.la
-
-librecent_la_SOURCES = $(EGG_FILES)
-
-EGGDIR=$(srcdir)/../../../libegg/libegg/recent-files
-regenerate-built-sources:
- EGGFILES="$(EGG_FILES)" EGGDIR="$(EGGDIR)" $(top_srcdir)/cut-n-paste/update-from-egg.sh