summaryrefslogtreecommitdiff
path: root/cut-n-paste-code/widgets/e-paned/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'cut-n-paste-code/widgets/e-paned/Makefile.am')
-rw-r--r--cut-n-paste-code/widgets/e-paned/Makefile.am29
1 files changed, 0 insertions, 29 deletions
diff --git a/cut-n-paste-code/widgets/e-paned/Makefile.am b/cut-n-paste-code/widgets/e-paned/Makefile.am
deleted file mode 100644
index ac3a13c29..000000000
--- a/cut-n-paste-code/widgets/e-paned/Makefile.am
+++ /dev/null
@@ -1,29 +0,0 @@
-NULL=
-
-lib_LTLIBRARIES=libe-paned.la
-
-INCLUDES = \
- -I$(top_builddir)/cut-n-paste-code \
- $(GNOME_CFLAGS) \
- $(NULL)
-
-libe_paned_la_LDFLAGS=\
- $(GNOME_LIBS) \
- $(NULL)
-
-libe_panedincludedir=$(includedir)/libe-paned
-
-libe_paned_la_SOURCES = \
- e-hpaned.c \
- e-paned.c \
- e-vpaned.c \
- $(NULL)
-
-libe_panedinclude_HEADERS =
-
-# Everything is private for now
-noinst_HEADERS =\
- e-hpaned.h \
- e-paned.h \
- e-vpaned.h \
- $(NULL)