From 363a7fe53e8d7c3d27e0babcc09cacd9580ef5d6 Mon Sep 17 00:00:00 2001 From: waker Date: Thu, 20 Aug 2009 08:51:45 +0200 Subject: added missing makefile --- pixmaps/Makefile.am | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 pixmaps/Makefile.am diff --git a/pixmaps/Makefile.am b/pixmaps/Makefile.am new file mode 100644 index 00000000..86bc3ef0 --- /dev/null +++ b/pixmaps/Makefile.am @@ -0,0 +1,14 @@ +pixmapsdir = $(pkgdatadir)/pixmaps + +pixmaps_DATA =\ +next_24.png\ +pause_16.png\ +pause_24.png\ +play_16.png\ +play_24.png\ +prev_24.png\ +random_24.png\ +stop_24.png + +EXTRA_DIST = $(pixmaps_DATA) + -- cgit v1.2.3