aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/shortcut-bar/Makefile.am
diff options
context:
space:
mode:
authorJason Leach <jasonleach@usa.net>2001-01-27 23:18:34 +0800
committerJacob Leach <jleach@src.gnome.org>2001-01-27 23:18:34 +0800
commitfb5ba5787face95a2feede0edeb160302810cf58 (patch)
treeb5b5231d73dbfdcac75c043018233f88e1d66013 /widgets/shortcut-bar/Makefile.am
parent1d01cfbf2ee86a307e2aadd2946a4c1af37007f8 (diff)
downloadgsoc2013-evolution-fb5ba5787face95a2feede0edeb160302810cf58.tar
gsoc2013-evolution-fb5ba5787face95a2feede0edeb160302810cf58.tar.gz
gsoc2013-evolution-fb5ba5787face95a2feede0edeb160302810cf58.tar.bz2
gsoc2013-evolution-fb5ba5787face95a2feede0edeb160302810cf58.tar.lz
gsoc2013-evolution-fb5ba5787face95a2feede0edeb160302810cf58.tar.xz
gsoc2013-evolution-fb5ba5787face95a2feede0edeb160302810cf58.tar.zst
gsoc2013-evolution-fb5ba5787face95a2feede0edeb160302810cf58.zip
cvs remove all files in shortcut-bar/, this widget is now in gal, will be
2001-01-27 Jason Leach <jasonleach@usa.net> * cvs remove all files in shortcut-bar/, this widget is now in gal, will be maintained there. * Makefile.am (SUBDIRS): Remove shortcut-bar from here. svn path=/trunk/; revision=7857
Diffstat (limited to 'widgets/shortcut-bar/Makefile.am')
-rw-r--r--widgets/shortcut-bar/Makefile.am35
1 files changed, 0 insertions, 35 deletions
diff --git a/widgets/shortcut-bar/Makefile.am b/widgets/shortcut-bar/Makefile.am
deleted file mode 100644
index 721b251fd7..0000000000
--- a/widgets/shortcut-bar/Makefile.am
+++ /dev/null
@@ -1,35 +0,0 @@
-
-noinst_LIBRARIES = libshortcut-bar.a
-noinst_PROGRAMS = test-shortcut-bar
-
-INCLUDES = \
- -I$(top_srcdir) \
- -I$(top_srcdir)/widgets/misc \
- -DEVOLUTION_VERSION=\""$(VERSION)"\" \
- $(EXTRA_GNOME_CFLAGS) \
- -DG_LOG_DOMAIN=\"shortcut-bar\"
-
-libshortcut_bar_a_SOURCES = \
- e-group-bar.c \
- e-group-bar.h \
- e-icon-bar-bg-item.c \
- e-icon-bar-bg-item.h \
- e-icon-bar.c \
- e-icon-bar.h \
- e-shortcut-bar.c \
- e-shortcut-bar.h \
- e-shortcut-model.c \
- e-shortcut-model.h \
- e-vscrolled-bar.c \
- e-vscrolled-bar.h
-
-test_shortcut_bar_SOURCES = \
- test-shortcut-bar.c
-
-test_shortcut_bar_LDADD = \
- ./libshortcut-bar.a \
- ../misc/libemiscwidgets.a \
- $(EXTRA_GNOME_LIBS)
-
-test_shortcut_bar_LDFLAGS = \
- `gnome-config --libs gdk_pixbuf gnomecanvaspixbuf`