forked from tomm/cryptkeeper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile.am
More file actions
20 lines (14 loc) · 680 Bytes
/
Makefile.am
File metadata and controls
20 lines (14 loc) · 680 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## Process this file with automake to produce Makefile.in
#dist_bin_SCRIPTS = cryptkeeper_password
install-data-local:
$(mkinstalldirs) $(DESTDIR)/$(prefix)/share/applications
$(mkinstalldirs) $(DESTDIR)/$(prefix)/share/pixmaps
$(INSTALL_DATA) cryptkeeper.desktop $(DESTDIR)/$(prefix)/share/applications/
$(INSTALL_DATA) cryptkeeper.png $(DESTDIR)/$(prefix)/share/pixmaps/
uninstall-local:
rm -f $(DESTDIR)/$(prefix)/share/applications/cryptkeeper.desktop
rm -f $(DESTDIR)/$(prefix)/share/pixmaps/cryptkeeper.png
SUBDIRS = po src/
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = config.rpath m4/ChangeLog lib/gettext.h cryptkeeper32x32.png \
cryptkeeper.png cryptkeeper.desktop