blob: 6c4c3b85bc9a7ba21e008ae5534a49bb0452714a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# This Makefile.am is in the public domain
## Process this file with automake to produce Makefile.in
SUBDIRS = contrib doc po src pixmaps
desktopdir = $(datadir)/applications
desktop_in_files = \
gnunet-fs-gtk.desktop.in \
gnunet-setup.desktop.in \
gnunet-gtk.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
pkgpixdir= $(pkgdatadir)
doc_DATA = README
ACLOCAL_AMFLAGS = -I m4
install-data-local:
@$(NORMAL_INSTALL)
$(mkinstalldirs) $(DESTDIR)$(pkgpixdir)
EXTRA_DIST = \
config.rpath \
mkinstalldirs
|