Remove old pngs
[nekobee.git] / Makefile.am
blobf31bc8ae09da1e544cec90e4aea72f8e0c1a0b17
1 ## Process this file with automake to produce Makefile.in
3 SUBDIRS = src
5 EXTRA_DIST = autogen.sh extra/knob.png extra/switch.png extra/newknob.png extra/slider.png extra/bg.png
6  
7 ##dist_pkgdata_DATA = 
9 dssidir = @dssidir@
10 guidir=$(dssidir)/nekobee
11 gui_DATA = extra/knob.png extra/switch.png extra/newknob.png extra/slider.png extra/bg.png
13 AUTOMAKE_OPTIONS = foreign
15 ##X install-data-local:
16 ##X     @$(NORMAL_INSTALL)
17 ##X     if test -d $(srcdir)/pixmaps; then \
18 ##X       $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/pixmaps; \
19 ##X       for pixmap in $(srcdir)/pixmaps/*; do \
20 ##X         if test -f $$pixmap; then \
21 ##X           $(INSTALL_DATA) $$pixmap $(DESTDIR)$(pkgdatadir)/pixmaps; \
22 ##X         fi \
23 ##X       done \
24 ##X     fi
25 ##X 
26 ##X dist-hook:
27 ##X     if test -d pixmaps; then \
28 ##X       mkdir $(distdir)/pixmaps; \
29 ##X       for pixmap in pixmaps/*; do \
30 ##X         if test -f $$pixmap; then \
31 ##X           cp -p $$pixmap $(distdir)/pixmaps; \
32 ##X         fi \
33 ##X       done \
34 ##X     fi